← All plugins

Snap & Guides

UI / Utility @edv4h/usketch-plugin-snap

Smart guides and snap powered by QuadTree.

pnpm add @edv4h/usketch-plugin-snap

Overview

Snap & Guides 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 { SnapPlugin } from "@edv4h/usketch-plugin-snap";

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

Links