neocotic / qrious

Pure JavaScript library for QR code generation using canvas
https://neocotic.com/qrious
Other
1.55k stars 216 forks source link

Update qrious.js Label tag #140

Open CarlosHxH opened 2 weeks ago

CarlosHxH commented 2 weeks ago

var qr = new QRious(); qr.set({ background: 'green', backgroundAlpha: 0.8, foreground: 'blue', foregroundAlpha: 0.8, level: 'H', padding: 25, size: 500, label: 'Legenda abaixo do código QR', value: 'https://github.com/neocotic/qrious' });