@woven-canvas/plugin-tapes
v1.0.3
Published
Tape plugin - draw washi tape with click-and-drag for infinite canvas
Downloads
419
Readme
@woven-canvas/plugin-tapes
Draw washi tape across the canvas with click-and-drag. Click to place a default-sized tape, or drag to stretch tape between two points.
Installation
npm install @woven-canvas/core @woven-canvas/plugin-tapesUsage
import { Editor } from "@woven-canvas/core";
import { TapesPlugin } from "@woven-canvas/plugin-tapes";
const editor = new Editor(domElement, {
plugins: [TapesPlugin],
});Documentation
For full API documentation, see the documentation site.
License
MIT
