You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this script for a project, where QR codes are generated for large text chunks. I have noticed that for large text inputs, the script fails to generate QR codes and the following error is thrown:
Uncaught Error: code length overflow. (15332>10208) at Function.o.createData (jquery.qrcode.min.js:formatted:191)
There is no mention of characters limit in the README file. Could you please help?
The text was updated successfully, but these errors were encountered:
I'm using this script for a project, where QR codes are generated for large text chunks. I have noticed that for large text inputs, the script fails to generate QR codes and the following error is thrown:
Uncaught Error: code length overflow. (15332>10208) at Function.o.createData (jquery.qrcode.min.js:formatted:191)
There is no mention of characters limit in the README file. Could you please help?
The text was updated successfully, but these errors were encountered: