qrcodejs
qrcodejs copied to clipboard
Cross-browser QRCode generator for javascript
Fixed : Adding options alt-attribute for image
Hi, after successfully implementing this library into my project, sometimes I got this error. I finally realized it always happened when the encoded string contained non-US ASCII characters (p.e. á,...
Now you can use text in other languages. ``` qrcode.makeCode("你好 こんにちは 여보세요"); ```
Can be reproduced using https://codepen.io/davidshimjs/pen/NdBYrg In the JS, line nr 12, change to following: ` qrcode.makeCode("íadsfasdsöadfas");` It doesn't draw anything.
We are not able to put padding around. It is not working properly without padding.
How Can I branded the qrcode , put image or logo on qrcode
```javascript this.qrCode = new QRCode( document.getElementById('qr'), { text: '', width: 300, height: 300, onSuccess: (value) => { console.log('value', value); } } ); ```
Added QRCode Massive with generate, add, remove, hide, show. Web  To Save as PDF or Print:  To Set Up 
When a string is passed in between 192 and 220 characters long and using correct level H a code Length Overflow appears. This looks like it is caused by the...
支持更多系统生成