← All plugins

OpenUI Shape

Shapes@edv4h/usketch-plugin-shape-openui

Experimental OpenUI shape: render Generative UI (OpenUI Lang) as a uSketch shape.

pnpm add @edv4h/usketch-plugin-shape-openui

Overview

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,
  ],
});

Links