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: about 2 months ago
JSON representation

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.