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.63k stars 600 forks source link

Fix npm 7 #203

Closed jefff closed 3 years ago

jefff commented 3 years ago

Fix build for npm 7, which has stricter requirements on package versioning. This only affects tests and does not change the compiled library output.