← All plugins
Counter
Incrementing number shape — great for voting.
pnpm add @edv4h/usketch-plugin-shape-counter Overview
Counter 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 { ShapeCounterPlugin } from "@edv4h/usketch-plugin-shape-counter";
const app = createApp({
plugins: [
ShapeCounterPlugin,
],
});