@liveframe/liveframe
v1.0.3
Published
Client JS for LiveFrame.io Frame Capture SaaS
Downloads
6
Maintainers
Readme
LiveFrame JS Client
Send user streams to the LiveFrame service.
Installation
Require the package using npm:
npm i @liveframe/liveframe
Usage
import LiveFrame from 'liveframe';
const liveframe = new LiveFrame({
token: token,
options: options
});
liveframe.video.addStream({
type: type,
stream: new ImageCapture(stream_track),
});
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.