https://github.com/shaman123/erase2d
A simple erasing tool for canvas apps
https://github.com/shaman123/erase2d
canvas canvas2d erase eraser erasing fabric
Last synced: about 1 month ago
JSON representation
A simple erasing tool for canvas apps
- Host: GitHub
- URL: https://github.com/shaman123/erase2d
- Owner: ShaMan123
- License: other
- Created: 2024-03-17T00:26:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T12:31:03.000Z (2 months ago)
- Last Synced: 2025-02-21T13:30:13.142Z (2 months ago)
- Topics: canvas, canvas2d, erase, eraser, erasing, fabric
- Language: TypeScript
- Homepage: https://shaman123.github.io/erase2d/
- Size: 205 KB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# [Erase2d](https://shaman123.github.io/erase2d/)
A simple erasing tool.
Currently supports [fabric](./packages/fabric/README.md) out of the box.
The plan is to expose more bindings.
Contributions are welcome, ping me in a feature request.## Dev
Start the [app](./packages/app/README.md)
```bash
npm run build -w @erase2d/core -- -w
npm run build -w @erase2d/fabric -- -w
npm start
```[Add workspace](https://docs.npmjs.com/cli/v10/using-npm/workspaces)
```bash
npm init -w ./packages/a
```## Publish
```bash
npm run prepublish
npm -w @erase2d/fabric version
npm -w @erase2d/fabric publish
```