← All plugins
Group
Nestable group container for logical composition.
pnpm add @edv4h/usketch-plugin-shape-group Overview
Group 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 { ShapeGroupPlugin } from "@edv4h/usketch-plugin-shape-group";
const app = createApp({
plugins: [
ShapeGroupPlugin,
],
});