← All plugins

Pan

Tools @edv4h/usketch-plugin-tool-pan

Spacebar‑hold panning with momentum.

pnpm add @edv4h/usketch-plugin-tool-pan

Overview

Pan 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 { ToolPanPlugin } from "@edv4h/usketch-plugin-tool-pan";

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

Links