3.2.1 • Published 3 months ago
react-barcode-scanner v3.2.1
Introduction
A lightweight barcode scanner base on Barcode Detection API
, and polyfill use zbar.wasm
Usage
import { BarcodeScanner } from 'react-barcode-scanner'
import "react-barcode-scanner/polyfill"
export default () => {
return <BarcodeScanner />
}
Detail
License
MIT