← All plugins
OpenUI Tool
Experimental OpenUI tool: prompt → OpenUI Lang → openui shape; toolbar tool, side-panel prompt, Make Real button.
pnpm add @edv4h/usketch-plugin-tool-openuiOverview
OpenUI Tool 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 { ToolOpenuiPlugin } from "@edv4h/usketch-plugin-tool-openui";
const app = createApp({
plugins: [
ToolOpenuiPlugin,
],
});