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.68k stars 606 forks source link

Publish type definitions (fixes #45) #46

Closed cozmo closed 6 years ago

cozmo commented 6 years ago

Previously I think this was not doing what was expected, specifically we weren't actually including anything in the dist folder. Rather dist/jsQR.js was being included only because it was listed as the entry point in package.json. This change is now correctly including any files in the dist folder.

Can be verified by running npm pack and then seeing the output is expected.