← All plugins
OpenUI Shape
Experimental OpenUI shape: render Generative UI (OpenUI Lang) as a uSketch shape.
pnpm add @edv4h/usketch-plugin-shape-openuiOverview
OpenUI Shape 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 { ShapeOpenuiPlugin } from "@edv4h/usketch-plugin-shape-openui";
const app = createApp({
plugins: [
ShapeOpenuiPlugin,
],
});