0.1.0 • Published 7 years ago

camera-angulara v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

  1. Stable build:
yarn add camera-angulara
  1. Nightly build
yarn add https://github.com/snood1205/camera-angulara#staging
  1. 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.