kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.12k stars 680 forks source link

Increase type numbers for JS QR Generator #13

Closed josephagoss closed 9 years ago

josephagoss commented 9 years ago

Hi,

I'm really happy with this library so far, thanks :)

I was wondering, would it be difficult to increase the type number up to 40? I'm not entirely sure what needs to be done, perhaps if you can point me in the correct direction I can attempt to push up the limit. As I understand it 40 is the maximum type for QR codes, I'm personally in need of type 25+

Let me know if I am asking too much, I can always try to do this myself.

Regards, Joe.

kazuhikoarase commented 9 years ago

Hello,

I have committed it now.

When I wrote a qrcode.js, I didn't have a device that can read over type number 11. But now I got it.

Thanks :)