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

Adds the QR version to the object returned by jsQR #202

Closed christianpaquin closed 3 years ago

christianpaquin commented 3 years ago

Added the QR version to the object returned by the jsQR function.

I'm implementing a spec that limits the size of QR code, so learning the scanned QR version would be useful to know and report to the application.

jefff commented 3 years ago

Published as 1.4.0.