DEV Community

Discussion on: Generate QR Code In Javascript

Collapse
 
vikasjk profile image
Vikas-jk

Good post, but if anyone don't like jQuery based Qrcode.js, you can also use pure JS based library

github.com/amanuel/JS-HTML5-QRCode...

Check detailed article of using it and also how to read QR.
Read or Generate QR Code using Javascript

Thanks.