react-qr-scanner icon indicating copy to clipboard operation
react-qr-scanner copied to clipboard

React component for reading QR codes using PC web camera or mobile phone camera.

Results 23 react-qr-scanner issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

**warning " > [email protected]" has unmet peer dependency "prop-types@^15.8.1". warning " > [email protected]" has incorrect peer dependency "react@^16.8.0". warning " > [email protected]" has incorrect peer dependency "react-dom@^16.8.0".**

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

delay number passed does not actually delay the scanning working example https://github.com/jackhamby/react-qr-scanner-delay-issue to run: `npm install` `npm run start` delay is set at 1000ms on each scan we `console.log("scanning")` open...

Hey, I'm kind of new to TypeScript and I'm having trouble with the getting the types working. I notice that the project has types defined but when I install the...

Hello and thank you for giving this repo a new boost. It's quite working good except the facingMode property isn't working through various devices. It's always the front camera which...

Hello - I think this fork does SSR, right? When I import it like so: ```js import QrReader from 'react-qr-scanner'; ``` I get this issue: `SyntaxError: Cannot use import statement...

Hi there, it would be great to add React 17 to peer dependencies, should be painlees as there should not be relevant breaking changes. Thanks for this work

This modules popularity is growing, and while currently it satisfies need of my use case, I can see that some people struggle to integrate this into their project. So I...