← All plugins
AI Actions
Context menu of AI operations on selected shapes.
pnpm add @edv4h/usketch-plugin-ai-actions Overview
AI Actions 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 { AiActionsPlugin } from "@edv4h/usketch-plugin-ai-actions";
const app = createApp({
plugins: [
AiActionsPlugin,
],
});