sumimakito / Awesome-qr.js

An awesome QR code generator written in JavaScript.
https://www.bitcat.cc/webapp/awesome-qr/index.html
Apache License 2.0
1.67k stars 251 forks source link

Refactor: replace canvas by skia-canvas #68

Closed Satont closed 2 years ago

Satont commented 3 years ago

Why?

I'm programmin some multi-threaded application, and noticed canvas wont work with worker threads.

Contrariwise skia-canvas written on rust and working OK.

Did tests, working OK.

sumimakito commented 2 years ago

LGTM and thanks for your contribution.