erwanvivien / fast_qr

Ultra fast QRCode generation
https://fast-qr.com/
MIT License
197 stars 29 forks source link

NodeJS support? #25

Closed bitwister closed 1 year ago

bitwister commented 1 year ago

Would be nice if this library also worked in NodeJS, since there are no functioning qrcode generation libraries with high performance for NodeJS right now

erwanvivien commented 1 year ago

Hello, I have uploaded a Wasm package to npm

npm install fast_qr

There are examples in the readme! Tell me if you need more, I'm actually using it here https://fast-qr.com

erwanvivien commented 1 year ago

Don't mind the UI haha

erwanvivien commented 1 year ago

Hmmm, the examples in the readme might be outdated, I'll check that today

erwanvivien commented 1 year ago

@bitwister, I've update the readme in 3bbe0ed

https://github.com/erwanvivien/fast_qr#javascript--typescript

erwanvivien commented 1 year ago

Closing this issue as there is no more conversation.