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