ngx-webcam
A simple Angular webcam component / pure & minimal, no flash-fallback
File Explorer
Download Latest Version (.zip)- 3rdpartylicenses.txt
- favicon.ico
- index.html
- main.720aa27968dc5f2c.js
- polyfills.e24170126eb2c264.js
- runtime.a281ae2b4dd178c5.js
- styles.ef46db3751d8e999.css
- app.e2e-spec.ts
- app.po.ts
- tsconfig.e2e.json
- webcam-image.ts
- webcam-init-error.ts
- webcam-mirror-properties.ts
- webcam.util.ts
- webcam.component.html
- webcam.component.scss
- webcam.component.spec.ts
- webcam.component.ts
- webcam.module.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .browserslistrc
- .editorconfig
- .gitignore
- .travis.yml
- angular.json
- karma.conf.js
- LICENSE
- ng-package.json
- package-lock.json
- package.json
- protractor-ci.conf.js
- protractor.conf.js
- public_api.ts
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/basst314/ngx-webcam
Downloads the entire project code from GitHub to your computer.
cd ngx-webcam
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
