qrcodejs
qrcodejs copied to clipboard
Cross-browser QRCode generator for javascript
Awesome code, thanks! At line 178, the image is made visible and the canvas is hidden. This is the code to make the image visible: this._elImage.style.display = "block"; The default...
As mentioned - I don't need the generated QR as an image / canvas / table inside my website, but instead want to print it out client-side .. we already...
QRCode生成1个canvas和img~我给img上一个5px的边框,但是在pc端手机模拟模式里面是可以显示边框的,但是在真机上,这5px的边框就是上不去,这是为什么,求大佬指教
What's going on here? Why such a radical departure from the style of the rest of the source code? https://github.com/davidshimjs/qrcodejs/blob/04f46c6a0708418cb7b96fc563eacae0fbf77674/qrcode.js#L87-L152
when try content like this example : `new QRCode(document.getElementById("qrcode"), "النص العربي");` We can't scan the QR code
The main library code hasn't seen a new commit added since 2015, and the repository as a whole hasn't been touched since 2017. Is this library still being maintained? Or...