1.0.10 • Published 1 year ago

mazadat-image-picker6 v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.10

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago