0.1.4 • Published 5 years ago

react-native-thub-rn-face-detection v0.1.4

Weekly downloads
68
License
MIT
Repository
github
Last release
5 years ago

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

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago