UNPKG

diginext-utils

Version:
8 lines (7 loc) 210 B
type GetWebcamParams = { container?: HTMLElement; facingMode: string; audio: boolean; }; export declare function getWebcam(params?: GetWebcamParams): Promise<unknown> | undefined; export {};