UNPKG

react-face-detection-hook

Version:

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

7 lines 321 B
import useFaceDetection from './hooks/useFaceDetection'; import Webcam from 'react-webcam'; import { Camera } from '@mediapipe/camera_utils'; import { FaceDetection } from '@mediapipe/face_detection'; export * from './types'; export { useFaceDetection, Camera, FaceDetection, Webcam }; //# sourceMappingURL=index.d.ts.map