← All plugins
Frame
Frames that group shapes — used for slides & export.
pnpm add @edv4h/usketch-plugin-shape-frame Overview
Frame 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 { ShapeFramePlugin } from "@edv4h/usketch-plugin-shape-frame";
const app = createApp({
plugins: [
ShapeFramePlugin,
],
});