next-barcode-qr-scanner
v0.0.2
Published
Barcode and QR code scanner for Next.js
Downloads
4
Maintainers
Readme
NextJS React Barcode-QR Scanner
About The Project
It opens the camera and scans the barcode or QR code and gives the result or error.
Getting Started
Should be given two props as below:
- "setBarcode" - It is a function that will be called when the barcode or QR code is scanned.
- "setError" - It is a function that will be called when the error occurs.