mazadat-image-picker
TypeScript icon, indicating that this package has built-in type declarations

2.2.4 • Public • Published

mazadat-image-picker

library to get image from camera from pick image from gallery

Installation

npm install mazadat-image-picker

Usage

import { openCamera,editPhoto,openIdVerification } from 'mazadat-image-picker';

// ...

openCamera(3,"en").then((value: string) => {
        console.log({value})
        setResult(value)
      })

editPhoto(path/to/image,"en").then((value: string) => {
              console.log({value})
              setResult(value)
            })
openIdVerification("en").then((value: string) => {
              console.log({value})
              setResult(value)
            })

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MAZADAT


Made with create-react-native-library

Package Sidebar

Install

npm i mazadat-image-picker

Weekly Downloads

17

Version

2.2.4

License

MIT

Unpacked Size

1.42 MB

Total Files

109

Last publish

Collaborators

  • karim.saad