ngx-webcam
Version:
A simple Angular webcam component. Pure & minimal, no Flash-fallback. <a href="https://basst314.github.io/ngx-webcam/?" target="_blank">See the Demo!</a>
7 lines (6 loc) • 390 B
TypeScript
export * from './src/app/modules/webcam/webcam.module';
export * from './src/app/modules/webcam/webcam/webcam.component';
export * from './src/app/modules/webcam/domain/webcam-image';
export * from './src/app/modules/webcam/domain/webcam-init-error';
export * from './src/app/modules/webcam/domain/webcam-mirror-properties';
export * from './src/app/modules/webcam/util/webcam.util';