← All plugins
Connector
Arrows that auto-route between attached shapes.
pnpm add @edv4h/usketch-plugin-shape-connector Overview
Connector 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 { ShapeConnectorPlugin } from "@edv4h/usketch-plugin-shape-connector";
const app = createApp({
plugins: [
ShapeConnectorPlugin,
],
});