← All plugins
Voting
Dot voting on shapes for workshops.
pnpm add @edv4h/usketch-plugin-voting Overview
Voting 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 { VotingPlugin } from "@edv4h/usketch-plugin-voting";
const app = createApp({
plugins: [
VotingPlugin,
],
});