You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

camera-angulara

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camera-angulara

A friendly interface for taking pictures in angular and uploading them.

0.1.0
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Camera Angulara

npm version

Camera Angulara (inspired by the term camera obscura) is an Angular 4+ camera module that allows for pictures to be taken, uploaded with a lot of customizable settings. It uses different browser's native getUserMedia() methods to get the video from the web-camera meaning that this does not have a flash dependency like a lot of the other camera libraries in JavaScript. This being said, this is not compatible with pre-HTML5 browsers.

Installation

To install this package you can pick 1 of 3 options

  • Stable build:
yarn add camera-angulara
  • Nightly build
yarn add https://github.com/snood1205/camera-angulara#staging
  • Edge build (will break a lot do not use for production)
yarn add https://github.com/snood1205/camera-angulara#edge

Usage

Contributing

Feel free to report issues and complete pull requests using GitHub.

Keywords

Angular

FAQs

Package last updated on 02 Aug 2017

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