LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.98k stars 1.16k forks source link

Decode many different qrcodes at the same time #21

Closed edi9999 closed 9 years ago

edi9999 commented 11 years ago

Hi,

I would like to know if there's a way to decode many qrcodes at the same time.

My problem is the following: I have many images I would like to decode.

Howewer, if I use qrcode.callback to put in the callback, it will override it so only the callback for the last file will be called.

edi9999 commented 9 years ago

Solved in https://github.com/edi9999/jsqrcode with object oriented design