0.3.3 • Published 11 months ago
react-native-pepiris-sdk v0.3.3
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