import { WebCamComponent } from './webcam.component'; import { WebCamModule } from './webcam.module'; /** * @module * @description * Entry point from which you should import webcam component */ export { WebCamComponent, WebCamModule };