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 #99 #100

Closed nichoth closed 4 months ago

nichoth commented 4 months ago

This is a fix for #99. I had to add some dependencies and change the version of rollup-plugin-web-worker-loader in order to run the example locally. I documented the changes in the README though.

I made a change to the package.json style, in that I added dist to .gitignore, and !dist to .npmignore; I wasn't sure how you feel about committing compiled code.

jakubfiala commented 4 months ago

hey @nichoth, thanks for the fixes, I'll merge this now and sort out the remaining work around dependencies.