← All plugins

AI Image

AI @edv4h/usketch-plugin-ai-image

Text‑to‑image generation placed on the canvas.

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

Overview

AI Image 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 { AiImagePlugin } from "@edv4h/usketch-plugin-ai-image";

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

Links