0.3.3 • Published 11 months ago

react-native-pepiris-sdk v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-native-pepiris-sdk

test

Installation

npm install react-native-pepiris-sdk

Usage

import { checkImageQuality } from 'react-native-pepiris-sdk';

// ...

        let url = response.assets?.[0]?.uri //get this from react-native-image-picker
        url = url.replace('file://', '');

        checkImageQuality(url,"")

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.3

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago