UNPKG

ack-angular-webcam

Version:

Angular2 webcam component. Based on MediaDevices and getUserMedia.js

9 lines (8 loc) 240 B
import { WebCamComponent } from './webcam.component'; import { WebCamModule } from './webcam.module'; /** * @module * @description * Entry point from which you should import webcam component */ export { WebCamComponent, WebCamModule };