← All plugins
Timter
Shared timers as canvas shapes (countdown / stopwatch), synced against a shared server clock.
pnpm add @edv4h/usketch-plugin-timterOverview
Timter 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 { TimterPlugin } from "@edv4h/usketch-plugin-timter";
const app = createApp({
plugins: [
TimterPlugin,
],
});