UNPKG

gl-chromakey

Version:

Chroma key a video/image/canvas element in real time using the GPU

36 lines (35 loc) 851 B
{ "name": "gl-chromakey", "version": "1.0.0-beta.2", "description": "Chroma key a video/image/canvas element in real time using the GPU", "scripts": { "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "chroma", "chromakey", "greenscreen", "gl", "gpu", "video", "image", "canvas", "webgl" ], "repository": { "type": "git", "url": "git+https://github.com/bhj/gl-chromakey.git" }, "license": "ISC", "homepage": "https://github.com/bhj/gl-chromakey", "devDependencies": { "eslint": "^7.6.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" } }