QR code is a two-dimensional barcode.
Displaying QR codes
Scanning QR codes
- Adding a QR code scanner to a web app
- Reading data from OBZ Barcode Reader on the web using Web Serial API
Generating QR codes
uqr – A lightweight JavaScript library for generating QR codes as SVG
Loading library…Google Charts provides a convenient URL to generate a QR code(deprecated)Deprecated code example
const qr = (payload) => `https://chart.googleapis.com/chart?${new URLSearchParams({ cht: 'qr', chs: '300x300', chl: payload, })}`
Tools
- Paste image to decode QR code – Decode QR codes from screenshots or images