Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 388 Bytes

Drawify

A stateful drawing tool with almost no dependencies.

See example for how to use this library.

Developing for draw-ts

Install package npm install

Use NPM link for local development.

Publishing changes to registry npm version <major/minor/patch> and then npm publish. This will run tests, linting and push to git repo.