← All plugins

Timter

UI / Utility@edv4h/usketch-plugin-timter

Shared timers as canvas shapes (countdown / stopwatch), synced against a shared server clock.

pnpm add @edv4h/usketch-plugin-timter

Overview

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,
  ],
});

Links