ShaMan123 / erase2d

A simple erasing tool for canvas apps
https://shaman123.github.io/erase2d/
Other
14 stars 3 forks source link
canvas canvas2d erase eraser erasing fabric

Erase2d

A simple erasing tool.

Currently supports fabric out of the box.

The plan is to expose more bindings. Contributions are welcome, ping me in a feature request.

Dev

Start the app

npm run build -w @erase2d/core -- -w
npm run build -w @erase2d/fabric -- -w
npm start

Add workspace

npm init -w ./packages/a

Publish

npm run prepublish
npm -w @erase2d/fabric version <type>
npm -w @erase2d/fabric publish