← All plugins
Sticky Note
Classic sticky notes with color palette.
pnpm add @edv4h/usketch-plugin-shape-sticky Overview
Sticky Note 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 { ShapeStickyPlugin } from "@edv4h/usketch-plugin-shape-sticky";
const app = createApp({
plugins: [
ShapeStickyPlugin,
],
});