Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blvckbytes/canvas-draw
https://github.com/blvckbytes/canvas-draw
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blvckbytes/canvas-draw
- Owner: BlvckBytes
- Created: 2024-02-14T00:34:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T15:12:42.000Z (10 months ago)
- Last Synced: 2024-02-22T20:56:26.451Z (10 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# canvas-draw
A very simple library for describing scenes on a canvas, with the option of wiring up inputs. I would not recommend using it, as breaking changes are still going to occur, while it is being improved upon.
## Installation
As this library is not published on npm, it requires local installation, as follows:
```
npm run build && npm link
```Then, in another project, run:
```
npm link canvas-draw
```On subsequent updates, run
```
npm uninstall canvas-draw && npm link canvas-draw
```in order to update the symbolic link, as it seems to becomes invalid.