UNPKG

kwikid-camera

Version:
44 lines (28 loc) 944 B
## kwikid-camera ## Installation ``` npm install --save kwikid-camera ``` ## Usage Add KwikIDCameraModule to imports `app.module.ts` something like ```js import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; import { KwikIDCameraModule } from 'kwikid-camera'; @NgModule({ declarations: [AppComponent], imports: [KwikIDCameraModule], bootstrap: [AppComponent] }) ``` Add component to your page: ```html <kwikid-camera></kwikid-camera> ``` ## Docs Storybook - [link](https://docs.getkwikid.com:7072/kwikid-camera/storybook/) Code - [link](https://docs.getkwikid.com:7072/kwikid-camera/code/) ## License [![NPM](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/code-farmz/kwikid-camera/blob/master/LICENSE) ## Contributing Add a star to show your support and feel free to open [pull requests](https://bitbucket.org/team360noscope/kwikid-camera/pull-requests/)!