ShaMan123 / erase2d

A simple erasing tool for canvas apps

Home Page:https://shaman123.github.io/erase2d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple erasing tool for canvas apps

https://shaman123.github.io/erase2d/

License:Other


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%