scanbot-web-sdk
Version:
Scanbot Web Document and Barcode Scanner SDK
15 lines (14 loc) • 418 B
TypeScript
/**
* 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;
}