jakubfiala / atrament

A small JS library for beautiful drawing and handwriting on the HTML Canvas.
http://fiala.space/atrament/demo
MIT License
1.55k stars 116 forks source link

Fix: Correcting the import statement in demo files to fix syntax errors #88

Closed mithunsatheesh closed 1 year ago

mithunsatheesh commented 1 year ago

The demo file expects a default import from the package which is absent. So correcting the same to a named import to make the demo work.

Refs: #86

jakubfiala commented 1 year ago

thank you for fixing this @mithunsatheesh :pray: