Image Picker and capture photo with edit photo capability
npm install mazadat-image-picker6Mazadat Image Picker
``sh`
npm install mazadat-image-picker6
`js
import { openCamera,openGallery,editPhoto } from 'mazadat-image-picker6';
// ...
const result = await openCamera('title',3, 7);
const result = await openGallery('title',3, 7);
const result = await editPhoto('title','path/to/the/image',3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library