A barcode scanner base on Barcode Detector
npm install @domore-hr/react-barcode-scannerBarcode Detection API, and polyfill use zbar.wasmtsx
import { BarcodeScanner } from 'react-barcode-scanner'
import "react-barcode-scanner/polyfill"export default () => {
return
}
``