1.0.3 • Published 2 years ago

streambeautyplugin v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

streambeautyplugin

video stream beauty plugin

usage

import StreamBeautyPlugin from 'streambeautyplugin';

const stream = await navigator.mediaDevices.getUserMedia({audio: true, video: true});
const beautyPlugin = new StreamBeautyPlugin();

// Returns a new stream
const beautyStream = await beautyPlugin.generateBeautyStream(stream);
$video.srcObject = beautyStream;

//  destroy, release memory
beautyPlugin.destroy()
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago