draw-ts

Stateful drawing tool with zero dependencies

Usage no npm install needed!

<script type="module">
  import drawTs from 'https://cdn.skypack.dev/draw-ts';
</script>

README

draw

A stateful drawing tool with zero 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.