/erase2d

A simple erasing tool for canvas apps

Primary LanguageTypeScriptOtherNOASSERTION

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 -w @erase2d/fabric version <type>
npm -w @erase2d/fabric publish