UNPKG

tethr

Version:

Controlls USB-connected cameras, webcam, and smartphone camera from browser

12 lines (11 loc) 266 B
export interface TethrStorage { id: number; type?: string; filesystemType?: string; accessCapability?: string; maxCapability?: bigint; freeSpaceInBytes?: bigint; freeSpaceInImages?: number; description?: string; label?: string; }