← All plugins

Card

Shapes@edv4h/usketch-plugin-shape-card

Card shape with a card-type extension point (playing cards, UNO, media cards, etc.).

pnpm add @edv4h/usketch-plugin-shape-card

Overview

Card is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { ShapeCardPlugin } from "@edv4h/usketch-plugin-shape-card";

const app = createApp({
  plugins: [
    ShapeCardPlugin,
  ],
});

Links