UNPKG

@virtualscenery/greenscreenstream

Version:

Genereate new MediaStreams or Canvas elements based on MediaStreams (webcam) with any background image/video. Greenscreen your webcam and enable virtual backgrounds in your web applications.

10 lines 214 B
/** * The accuracy mode of the AI person segmenting. */ export declare enum BodyPixMode { Fast = 0, Standard = 1, Precise = 2, Maximum = 3 } //# sourceMappingURL=bodypixmode.enum.d.ts.map