← All plugins

AI Actions

AI @edv4h/usketch-plugin-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,
  ],
});

Links