← All plugins
Wireframe
UI wireframe primitives (buttons, inputs, nav).
pnpm add @edv4h/usketch-plugin-shape-wireframe Overview
Wireframe 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 { ShapeWireframePlugin } from "@edv4h/usketch-plugin-shape-wireframe";
const app = createApp({
plugins: [
ShapeWireframePlugin,
],
});