# ioniccameramodule

> This module allow you to use camera, easy to implement.

Latest version **1.0.2** (published 2019-08-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install ioniccameramodule
pnpm add ioniccameramodule
yarn add ioniccameramodule
bun add ioniccameramodule
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-08-04 |
| First published | 2019-08-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 25.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kuldeep Sharma |
| Maintainers | kuldeepsharma |
| Keywords | cameramodule, ionic camera module, ionic 4 camera, ionic camera, camera, camera service, ionic 4 camera service |

## Links

- npm: https://www.npmjs.com/package/ioniccameramodule
- Homepage: https://www.npmjs.com
- npm.io page: https://npm.io/package/ioniccameramodule

## Recent versions

- 1.0.2 (latest) — 2019-08-04
- 1.0.1 — 2019-08-04
- 1.0.0 — 2019-08-04

## README

# Ionic Camera Module

This module allow you to use camera, easy to implement.  

# How to install
###Run commond 

    ionic cordova plugin add cordova-plugin-camera && npm install @ionic-native/camera  && npm install ioniccameramodule

# How to use
## Step 1 : import module 
    import { CameraModule } from 'ioniccameramodule';

    imports : [ CameraModule ]

## Step 2 : Inject service and use it.
    import { CameraService } from 'ioniccameramodule';

    constructor(private cs: CameraService) {}

    this.cs.selectPhoto().then((image) => {
      alert(image);
    });


## Contact
gmail : mrksphp@gmail.com

---
_Source: https://npm.io/package/ioniccameramodule · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
