canvas-free-drawing: free hand drawing on the web

Jul 1, 2018 • 1 minute to read

canvas-free-drawing is a TypeScript package that allows you to draw in a canvas HTML element, straightforward to use and extremely lightweight (~11KBs).

I initially started to work on this package for another project because I didn't find a good alternative that fit my needs, being clutter free and simple to use. It's built in TypeScript and it has no dependencies, you can just get the minified file and link it your page to make it work, you can also include it in your React or Vue projects.

Features:

  • Lightweight (~11KB minified)
  • Simplify canvas APIs
  • Bucket tool
  • Events (draw, fill, etc. )
  • Touch support
  • Commands history

You can find the docs here!