Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-17T17:44:53.000Z (28 days ago)
- Last Synced: 2024-10-20T02:25:50.488Z (26 days ago)
- Topics: canvas, canvas2d, erase, eraser, erasing, fabric
- Language: TypeScript
- Homepage: https://shaman123.github.io/erase2d/
- Size: 154 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
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
```