
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
@alexpuertasr/react-qr-scanner
Advanced tools
Checkout the Demo.
yarn add @yudiel/react-qr-scanner
npm install @yudiel/react-qr-scanner
import {QrScanner} from '@yudiel/react-qr-scanner';
const App = () => {
return (
<QrScanner
onDecode={(result) => console.log(result)}
onError={(error) => console.log(error?.message)}
/>
);
}
1D product | 1D industrial | 2D |
---|---|---|
UPC-A | Code 39 | QR Code |
EAN-8 | Code 128 | Data Matrix |
EAN-13 | RSS-14 | Aztec |
PDF 417 |
Properties | Types | Default Value | Description |
---|---|---|---|
constraints | MediaTrackConstraints | { facingMode: 'environment' } | Specify which camera should be used (if available). |
containerStyle | object | none | Style object for the container element. |
videoStyle | object | none | Style object for the video element. |
scanDelay | number | 500 | The scan period for the QR hook. |
videoId | string | videoId | The Id for the video element. |
onResult | function | none | Scan event handler for result object. |
onDecode | function | none | Scan event handler for decode value. |
onError | function | none | Scan event handler for error object. |
ViewFinder | component | none | ViewFinder component to rendering as overlay in the video element |
hideCount | boolean | true | Hide the scanned count as overlay in the video element |
stopDecoding | boolean | false | Stop the decoding process |
FAQs
A library to scan qr codes in react.
The npm package @alexpuertasr/react-qr-scanner receives a total of 282 weekly downloads. As such, @alexpuertasr/react-qr-scanner popularity was classified as not popular.
We found that @alexpuertasr/react-qr-scanner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.