New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

multi-camera

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-camera

IOS Cordova Camera for taking multiple pictures

latest
Source
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

multi-camera

IOS Cordova Camera for taking multiple pictures.
This plugin is a HTML/Javascript UI built ontop of the cordova-plugin-camera-preview plugin.

--Additional screenshots, config, features, and polish coming soon.

##Pre-requisites:

  • https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview

##Installation

  • npm install multi-camera

##Usage options:

  • include /node_modules/multi-camera/dist/multi-camera.iife.js in build or as a script. Access via "window.multicamera.MultiCamera"
  • include /node_modules/multi-camera/dist/multi-camera.umd.js in build or as a script. Access via "window.multicamera.MultiCamera"
  • import {MultiCamera} from 'multi-camera';
  • var MultiCamera = require('multi-camera').MultiCamera;

##Showing the camera Show the MultiCamera with MultiCamera.show(function callback (images) {...}, optionConfig).

##Hiding the camera Hide the MultiCamera with MultiCamera.hide()

Keywords

ios

FAQs

Package last updated on 26 Sep 2019

Did you know?

Socket

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