qrcode-decoder-js icon indicating copy to clipboard operation
qrcode-decoder-js copied to clipboard

Javascript QR code decoder

Results 3 qrcode-decoder-js issues
Sort by recently updated
recently updated
newest added

I get an exception on this line qrcode = qrcode || {}; because qrcode decoder doesn't exist yet.

I prepared the [PR](https://github.com/colkito/qrcode-decoder-js/pull/1) to fix this issue.