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

the build generates bitmatrix.d.ts in lowercase #48

Closed lordnox closed 6 years ago

lordnox commented 6 years ago

This will throw an error in all files importing "BitMatrix" as the file can not be found on an OS which cares about this.

I expected bitmatrix.d.ts to be BitMatrix.d.ts

lordnox commented 6 years ago

No, the dist folder is checked into github... and the build process will try to write the BitMatrix.d.ts with the generated contents, will find the lowercase file (at least on OSX), and just replace the file contents.

cozmo commented 6 years ago

Yea, good catch. Thanks for the PR for fixing.

cozmo commented 6 years ago

This has been published as 1.0.3