mazadat-image-picker6
v1.0.10
Published
Image Picker and capture photo with edit photo capability
Downloads
8
Readme
mazadat-image-picker6
Mazadat Image Picker
Installation
npm install mazadat-image-picker6
Usage
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);
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