← All plugins
Card
Card shape with a card-type extension point (playing cards, UNO, media cards, etc.).
pnpm add @edv4h/usketch-plugin-shape-cardOverview
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,
],
});