1.0.0 • Published 8 months ago
qva-bro-cam-lib v1.0.0
QvA Bro Cam Library
Angular library providing browser-based video capture and playback functionality.

Features
- Browser screen capture to video
- HTML5 video player component
- Frame-by-frame capture
- Customizable video settings
- Angular service integration
Installation
npm install qva-bro-cam-libDependencies
- @angular/core: ^16.0.0
- @angular/common: ^16.0.0
- @angular/forms: ^16.2.0
- html2canvas: ^1.4.1
- rxjs: ~7.8.0
Usage
import { BrowserCaptureComponent, VideoPlayerComponent } from 'qva-bro-cam-lib';
// Initialize capture
const capture = new BrowserCaptureComponent();
// Start recording
capture.startRecording();
// Play video
const player = new VideoPlayerComponent();
player.loadVideo(videoSource);Development
This library was generated with Angular CLI version 16.0.0.
Building
Run ng build qva-bro-cam-lib to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building, run:
cd dist/qva-bro-cam-lib
npm publishTesting
Run ng test qva-bro-cam-lib to execute the unit tests via Karma.
Community
Join our Google Group: queaso-van-alles@googlegroups.com
License
MIT License - © 2025 Queaso van Alles
1.0.0
8 months ago