jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.84k stars 2.51k forks source link

Characters Limit #118

Open ghost opened 5 years ago

ghost commented 5 years ago

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?