UNPKG

expo-face-detector

Version:

Lets you use the power of Google Mobile Vision (https://developers.google.com/vision/face-detection-concepts) framework to detect faces on images.

4 lines (2 loc) 114 B
import { requireNativeModule } from 'expo-modules-core'; export default requireNativeModule('ExpoFaceDetector');