← All plugins

Free Draw

Shapes @edv4h/usketch-plugin-shape-freedraw

Pressure-sensitive ink path with perfect-freehand.

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

Overview

Free Draw 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 { ShapeFreedrawPlugin } from "@edv4h/usketch-plugin-shape-freedraw";

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

Links