UNPKG

@ashleysmart/react-native-vision-camera-face-detector

Version:

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

23 lines (15 loc) 284 B
## 📚 Introduction fork of `react-native-vision-camera-face-detector` ### build ``` npm i npx tsc #yarn ``` npx react-native run-android cd android && ./gradlew assembleRelease ## Publishing ``` npm login --auth-type=legacy npm publish --auth-type=legacy --access public ```