scandit-web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
9 lines (6 loc) • 304 B
TypeScript
import { ModuleLoader } from 'scandit-web-datacapture-core';
interface BarcodeCaptureLoaderOptions {
highEndBlurryRecognition?: boolean;
}
declare function barcodeCaptureLoader(options?: BarcodeCaptureLoaderOptions): ModuleLoader;
export { type BarcodeCaptureLoaderOptions, barcodeCaptureLoader };