Niklas Gruhn
Niklas Gruhn
TODO: write a test for: #193
Todo: write test for: #126
I expected to make faster progress on the [Shape Detection API polyfill](https://github.com/gruhn/barcode-detector-polyfill). Besides bringing back support for inverted QR codes it’s supposed to introduce support for all kinds of other...
Do you get the same error on the demo page?
So the component is not being rendered? Any console output?
Ok I think the "Syntax error" is caused by an arrow function which IE 11 doesn't support.
If you request this feature because the component picks the wrong camera by default (wide-angle camera, infrared, ...), then please open [this website](https://gruhn.github.io/vue-qrcode-reader/select-camera-demo.html) on your device. You'll see a list...
It's difficult to eliminate these SSR errors. The library relies heavily on Web APIs. A workaround might be something like: ```html export default { components: { 'qrcode-stream': async () =>...
I agree this is important. I just haven't had time look into this properly yet. I only did some superficial research and I couldn't figured out how to deal with...
@HJ29 that’s perfectly fine 🙂