0.1.1 • Published 4 years ago

react-native-rn-thub-image-labelling v0.1.1

Weekly downloads
95
License
MIT
Repository
github
Last release
4 years ago

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

0.1.1

4 years ago

0.1.0

4 years ago