0.1.1 • Published 4 years ago
react-native-rn-thub-image-labelling v0.1.1
react-native-rn-thub-image-labelling
Image labelling for Rn
Installation
npm install react-native-rn-thub-image-labelling
Usage
import RnThubImageLabelling from 'react-native-rn-thub-image-labelling';
RnThubImageLabelling.imageLabelDetection(
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