DEV Community

Cover image for Create QR codes in JavaScript
coder4life
coder4life

Posted on

Create QR codes in JavaScript

This is an example of how you could create QR codes in JavaScript (and Node.js) with the "qrcode" npm package. This video includes browser and Node.js examples where we create the QR codes as base64 image strings.

Top comments (0)