← All plugins
Whistle
Sound cue to catch everyone’s attention.
pnpm add @edv4h/usketch-plugin-whistle Overview
Whistle 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 { WhistlePlugin } from "@edv4h/usketch-plugin-whistle";
const app = createApp({
plugins: [
WhistlePlugin,
],
});