UNPKG

@domore-hr/react-barcode-scanner

Version:

A barcode scanner base on Barcode Detector

10 lines (9 loc) 270 B
import { BarcodeDetectorPolyfill } from '@preflower/barcode-detector-polyfill'; if (typeof window !== 'undefined') { try { window.BarcodeDetector.getSupportedFormats(); } catch (_a) { window.BarcodeDetector = BarcodeDetectorPolyfill; } }