-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@virtualscenery/greenscreenstream",
"version": "3.0.2",
"description": "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. ",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "rm -r ./lib && tsc"
},
"engines": {
"node": ">=10"
},
"author": {
"name": "VirtualScenery",
"url": "https://github.com/VirtualScenery"
},
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Magnus Thor",
"url": "https://github.com/MagnusThor"
},
{
"name": "Johannes Franzen",
"url": "https://github.com/BIueLightning"
}
],
"keywords": [
"mediastream",
"mediastream-api",
"webrtc",
"greenscreen",
"webgl2",
"webgl",
"canvas",
"shaders",
"glsl",
"usermedia",
"tensorflow",
"machine-learning",
"virtual-backgrounds",
"chroma-key",
"hologram"
],
"repository": {
"type": "git",
"url": "https://github.com/VirtualScenery/greenscreenstream"
},
"license": "MIT",
"dependencies": {
"@tensorflow-models/body-pix": "^2.2.0",
"@tensorflow/tfjs": "^3.11.0",
"@tensorflow/tfjs-backend-cpu": "^3.11.0",
"@tensorflow/tfjs-backend-webgl": "^3.11.0",
"quantize": "^1.0.2"
},
"devDependencies": {
"@types/webgl2": "0.0.5",
"typescript": "^4.5.5"
}
}