camera-angulara
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i camera-angulara

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • snood1205