UNPKG

react-native-vision-camera-face-detector

Version:

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

14 lines 364 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; } //# sourceMappingURL=Landmarks.d.ts.map