← All plugins
Voice Notes
Voice memo: record → AI summarize → summary Frame on the canvas.
pnpm add @edv4h/usketch-plugin-voice-notesOverview
Voice Notes 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 { VoiceNotesPlugin } from "@edv4h/usketch-plugin-voice-notes";
const app = createApp({
plugins: [
VoiceNotesPlugin,
],
});