1.0.3 • Published 3 years ago

streambeautyplugin v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago