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.

12 lines (7 loc) 247 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <meta-data android:name="com.google.firebase.ml.vision.DEPENDENCIES" android:value="face"/> </application> </manifest>