Socket
Socket
Sign inDemoInstall

mazadat-image-picker

Package Overview
Dependencies
0
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mazadat-image-picker

test


Version published
Weekly downloads
103
increased by692.31%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 16 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc