@woven-canvas/plugin-pen
v0.1.2
Published
Pen plugin - draw SVG ink strokes with pressure sensitivity for infinite canvas
Readme
@woven-canvas/plugin-pen
Draw smooth SVG ink strokes with pressure sensitivity.
Installation
npm install @woven-canvas/core @woven-canvas/plugin-penUsage
import { Editor } from "@woven-canvas/core";
import { PenPlugin } from "@woven-canvas/plugin-pen";
const editor = new Editor(domElement, {
plugins: [...PenPlugin],
});Documentation
For full API documentation, see the documentation site.
License
MIT
