UNPKG

react-native-vision-camera-face-detector

Version:

Frame Processor Plugin to detect faces using MLKit Vision Face Detector for React Native Vision Camera!

15 lines (13 loc) 295 B
import type { Point } from "react-native-vision-camera" export interface Landmarks { LEFT_CHEEK?: Point LEFT_EAR?: Point LEFT_EYE?: Point MOUTH_BOTTOM?: Point MOUTH_LEFT?: Point MOUTH_RIGHT?: Point NOSE_BASE?: Point RIGHT_CHEEK?: Point RIGHT_EAR?: Point RIGHT_EYE?: Point }