← All plugins

Voice Notes

AI@edv4h/usketch-plugin-voice-notes

Voice memo: record → AI summarize → summary Frame on the canvas.

pnpm add @edv4h/usketch-plugin-voice-notes

Overview

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

Links