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 681 forks source link

Expose TypeNumber, ErrorCorrectionLevel and Mode types #112

Open wojtekmaj opened 1 year ago

wojtekmaj commented 1 year ago

Expose TypeNumber, ErrorCorrectionLevel and Mode TypeScript types to make it easier to write types compatible with qrcode-generator

arpitarana commented 9 months ago

I am getting this error any idea? Notice: Undefined offset: 10 in C:\xampp\htdocs\php\qrcode.php on line 671

Notice: Trying to access array offset on value of type null in C:\xampp\htdocs\php\qrcode.php on line 671 Fatal error: code length overflow. (4012>152) in C:\xampp\htdocs\php\qrcode.php on line 358

wojtekmaj commented 9 months ago

This appears to be completely unrelated.