0.3.3 • Published 12 months ago

react-native-pepiris-sdk v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.3

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago