← All plugins
Select
XState‑driven select/move/resize/rotate tool.
pnpm add @edv4h/usketch-plugin-tool-select Overview
Select 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 { ToolSelectPlugin } from "@edv4h/usketch-plugin-tool-select";
const app = createApp({
plugins: [
ToolSelectPlugin,
],
});