UNPKG

facenet-js

Version:

Face detection and recognition library using TensorFlow.js and MediaPipe along with helpful React hooks and components

8 lines 266 B
export declare const useWebcam: () => { videoRef: import("react").RefObject<HTMLVideoElement | null>; isActive: boolean; error: string | null; startWebcam: () => Promise<boolean>; stopWebcam: () => void; }; //# sourceMappingURL=useWebcam.d.ts.map