vue-qrcode-reader icon indicating copy to clipboard operation
vue-qrcode-reader copied to clipboard

A set of Vue.js components for detecting and decoding QR codes.

Results 90 vue-qrcode-reader issues
Sort by recently updated
recently updated
newest added

Allows importing file processing function into other components. Useful if you want to use certain components like the scanner but want to use different premade vue components for file upload...

If someone has multiple rear cameras, how would the user select which one he wants to use?

Is it possible to provide the user which camera he wants to use? Something like this: https://nimiq.github.io/qr-scanner/demo/

I have this code in template and this is the function paintOutline (detectedCodes, ctx) { for (const detectedCode of detectedCodes) { const [ firstPoint, ...otherPoints ] = detectedCode.cornerPoints ctx.strokeStyle =...

Hi, I confirmed that the permission is turned on, but I still encounter this problem when calling the scan code function? How can I solve it. thanks. Currently testing Huawei...

I was unable to import the package using the installation instruction. ``` import { QrcodeStream } from "vue-qrcode-reader" export default { components: { QrcodeStream } } ``` Using the code...

**Describe the bug** vue-qrcode-reader was running fine on quasar v1.9.6 (vue 2) after updating to quasar v2.1.0 (vue 3) vue-qrcode-reader wouldn't render components QrcodeStream, QrcodeDropZone and QrcodeCapture despite having installed...

**Describe the bug** Firefox appears to use the front facing selfie camera instead of the rear camera on the Pixel 4 XL. I say "appears" because the image is not...

I'm trying to impliment this library to my project, but i keep facing "implicitly has an 'any' type." this issue... how can i solve this? I had try to install...

Following line prevents debugging on iOS devices in a not secure context with `allow media capture on insecure sites`-option enabled in debugger: https://github.com/gruhn/vue-qrcode-reader/blob/35f718f6dd3f1926e25501af80984fdd4d8b7f28/src/misc/camera.js#L74