UNPKG

react-use-face-detection

Version:

Face detection React hook powered by @mediapipe/face_detection, @mediapipe/camera_utils, react-webcam

4 lines (3 loc) 212 B
import { IFaceDetectionOptions, IFaceDetectionReturnType } from '../types'; export declare const useFaceDetection: (props?: IFaceDetectionOptions) => IFaceDetectionReturnType; export default useFaceDetection;