An open API service indexing awesome lists of open source software.

https://github.com/eiberham/camera-plugin

Multiple snapshots apache cordova camera plugin
https://github.com/eiberham/camera-plugin

Last synced: 9 months ago
JSON representation

Multiple snapshots apache cordova camera plugin

Awesome Lists containing this project

README

          

# camera-plugin
Multiple snapshots apache cordova camera plugin

This is an apache cordova plugin designed for android platform that allows you to take multiple snapshots and render them
in an unique .pdf file, this would be useful in case you want to have in a document several invoices for example.




GitHub code size in bytes
GitHub top language
GitHub last commit
GitHub issues

The integration with phonegap or ionic framework is pretty straight forward, you just have to install the plugin via cli
this way:

First, generate the destination platform

```console
foo@bar:~$ ionic platform add android
```
Finally, install the plugin

```console
foo@bar:~$ ionic plugin add https://github.com/wwleak/camera-plugin.git
```

And that's it.