← All plugins

Basic Shapes

Shapes @edv4h/usketch-plugin-shape-basic

Triangle, diamond, star — the starter pack.

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

Overview

Basic Shapes 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 { ShapeBasicPlugin } from "@edv4h/usketch-plugin-shape-basic";

const app = createApp({
  plugins: [
    ShapeBasicPlugin,
  ],
});

Links