UNPKG

scandit-web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

9 lines (6 loc) 304 B
import { ModuleLoader } from 'scandit-web-datacapture-core'; interface BarcodeCaptureLoaderOptions { highEndBlurryRecognition?: boolean; } declare function barcodeCaptureLoader(options?: BarcodeCaptureLoaderOptions): ModuleLoader; export { type BarcodeCaptureLoaderOptions, barcodeCaptureLoader };