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.

9 lines (8 loc) 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GreenScreenMethod = void 0; var GreenScreenMethod; (function (GreenScreenMethod) { GreenScreenMethod[GreenScreenMethod["VirtualBackground"] = 0] = "VirtualBackground"; GreenScreenMethod[GreenScreenMethod["VirtualBackgroundUsingGreenScreen"] = 1] = "VirtualBackgroundUsingGreenScreen"; })(GreenScreenMethod = exports.GreenScreenMethod || (exports.GreenScreenMethod = {}));