React Barcode Scanner
A lightweight barcode scanner base on Barcode Detection API, and polyfill use zbar.wasm
Barcode Detection API
zbar.wasm
import { BarcodeScanner } from 'react-barcode-scanner' import "react-barcode-scanner/polyfill" export default () => { return <BarcodeScanner /> }
Documentation
MIT