UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

15 lines (14 loc) 418 B
/** * Utils with a public API. Initialized in ScanbotSDK entry point */ export declare class PublicUtils { saveImageAsJpeg(data: Uint8Array, name?: string): void; isCameraSupported(): boolean; flash(): void; private findFlashElement; private animateFlashOpacity; private getOrCreateElement; private createElement; cssToString(input: any): string; private getElementByClassName; }