← All plugins

AI Voice

AI @edv4h/usketch-plugin-ai-voice

Speak shapes into existence — NL2Canvas.

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

Overview

AI Voice 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 { AiVoicePlugin } from "@edv4h/usketch-plugin-ai-voice";

const app = createApp({
  plugins: [
    AiVoicePlugin,
  ],
});

Links