← All plugins

Rectangle

Shapes @edv4h/usketch-plugin-shape-rect

SVG rectangle with rounded corners and stroke styles.

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

Overview

Rectangle 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 { ShapeRectPlugin } from "@edv4h/usketch-plugin-shape-rect";

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

Links