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.69k stars 607 forks source link

Update dist to 1.2.0 #154

Closed nathanhoel closed 4 years ago

nathanhoel commented 4 years ago

I have run npm run-script build to update the dist.

This updates the dist folder to 1.2.0. It is currently out of date and missing 2 years of fixes.

eventualbuddha commented 4 years ago

This appears to have been updated after #166 to v1.3.0.

cozmo commented 4 years ago

That is correct. I think we messed up a release (npm is auto published, but the dist folder is not). Will look into auto generating both at some point, but this is resolved now.