UNPKG

diginext-utils

Version:
8 lines 239 B
type GetWebcamParams = { container?: HTMLElement; facingMode: string; audio: boolean; }; export declare function getWebcam(params?: GetWebcamParams): Promise<unknown> | undefined; export {}; //# sourceMappingURL=camera.d.ts.map