yugasun / qrcode-decoder

🤘Tool for decoding qrcode by image,video or camera.
https://yugasun.github.io/qrcode-decoder/
MIT License
98 stars 34 forks source link

fix: re add module property #16

Closed Levminer closed 3 years ago

Levminer commented 3 years ago

I removed the module property in #13 But that break const QrcodeDecoder = require("qrcode-decoder") So I re added it and now it works. Sorry for that!