UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

9 lines (8 loc) 253 B
export type CameraFacingMode = 'front' | 'back' | 'unknown'; export interface CameraInfo { deviceId: string; label: string; maxNumPixels: number | undefined; supportsTorchControl: boolean | undefined; facingMode: CameraFacingMode; }