scandit-web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
12 lines (11 loc) • 481 B
TypeScript
import type { ModuleLoader } from "scandit-web-datacapture-core";
export * from "./Barcode";
export * from "./BarcodeCapture";
export * from "./BarcodeCaptureSession";
export * from "./BarcodeCaptureFeedback";
export * from "./BarcodeCaptureOverlay";
export * from "./BarcodeCaptureSettings";
export interface BarcodeCaptureLoaderOptions {
highEndBlurryRecognition?: boolean;
}
export declare function barcodeCaptureLoader(options?: BarcodeCaptureLoaderOptions): ModuleLoader;