← All plugins

Island

Shapes @edv4h/usketch-plugin-shape-island

Soft-edge region that collects shapes by proximity.

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

Overview

Island 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 { ShapeIslandPlugin } from "@edv4h/usketch-plugin-shape-island";

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

Links