Max
Max
Same problem here. Switching to another QRCode library. It seems this is no more maintened, and no issue were solved in the past year.
Currently trying this : https://neocotic.com/qrious/ Downloaded production version (minified JS). Will be able to test in few minutes :)
Canvas is a bit small; but hey, it works where this JS script says overflow whatever. :3
For QRious to work, in your HTML body, put : `` And put this in the generate QR code function: ` var divQRCode = document.getElementById("qrcode"); const qr = new QRious({...
Got a problem with QRious : the GNU GPL v3 license. So, stuck with this lib. If you're in my situation, i found a workaround. We're doing JSON object QRCodes...
@ToemD As the author is not doing any pull request/answers here, we fixed this bug on our repository. Clone/download and go. :) https://github.com/KeeeX/qrcodejs