UNPKG

react-face-detection-hook

Version:

React face detection hook using @mediapipe/face_detection, @mediapipe/camera_utils and react-webcam

4 lines 313 B
import { FaceDetectionType, FaceDetectionReturnType } from '../types'; declare function Index({ handleOnFaceDetected, faceDetectionOptions: options, faceDetection: faceDetectionInitializer, camera }: FaceDetectionType): FaceDetectionReturnType; export default Index; //# sourceMappingURL=useFaceDetection.d.ts.map