vue-qr-reader
vue-qr-reader copied to clipboard
Vue component to scan QR codes
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...
Closing the stream is a nice battery-saver and shuts the webcam stream off when the element is removed via v-if etc. I've managed to do it like so from my...
I use vue-qr-reader in Nuxt project ``` import VueQrReader from 'vue-qr-reader/dist/lib/vue-qr-reader.umd.js' ... ``` I have an error: document is not defined
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hi! I want to select a camera with the deviceId, in my app the user have many cameras and need a way to pick one. Any ideas? References: [List devices](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices)
If I'm not mistaken, this component (like most/all others) uses `getUserMedia()`. On iOS 11 and up (iOS 13 as of this writing) `getUserMedia()` is not supported outside Safari. WKWebView still...
How it possible to use with TypeScript? import VueQrReader from 'vue-qr-reader/dist/lib/vue-qr-reader.umd.js';
the original: `` seems to have an error with no matching tag.. works with ``
when i npm install and import vue-qr-reader,there is a error. vue is not defined 