UNPKG

kwikid-camera

Version:
5 lines (4 loc) 297 B
export declare function getDevicesList(): Promise<any>; export declare function getDevice(videoDevices: any, isFrontCamera: boolean): Promise<any>; export declare function getBase64FromVideoFile(videoFile: File): Promise<string>; export declare function getCorrectVideoFormat(video: any): string;