UNPKG

facenet-js

Version:

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

8 lines 332 B
import { FaceDetector } from '../../FaceDetector'; export interface FaceDetectorContextType { faceDetector: FaceDetector | null; isLoading: boolean; error: Error | null; } export declare const FaceDetectorContext: import("react").Context<FaceDetectorContextType | null>; //# sourceMappingURL=FaceDetectorContext.d.ts.map