cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.67k stars 606 forks source link

Error on call jsQR() #136

Closed adrienGzc closed 4 years ago

adrienGzc commented 5 years ago

Hello! I get an error when I calling the jsQR function, but I don't understand why :man_shrugging: Here is the error I get : Uncaught ReferenceError: _jsqr2 is not defined

Does anybody have an idea?