0.1.4 • Published 5 years ago
react-native-thub-rn-face-detection v0.1.4
react-native-thub-rn-face-detection
React Native package for face detection
Installation
npm install react-native-thub-rn-face-detection
Usage
import ThubRnFaceDetection from 'react-native-thub-rn-face-detection';
ThubRnFaceDetection.faceDetection(
imagePath,
(data) => {
console.log(data);
},
(errorMessage) => {
console.log(errorMessage);
}
);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT