UNPKG

gl-chromakey

Version:

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

43 lines 967 B
{ "name": "gl-chromakey", "version": "2.0.0", "description": "Chroma key a video/image/canvas element in real time using the GPU", "license": "MIT", "type": "module", "exports": "./dist/gl-chromakey.js", "files": [ "dist/*", "CHANGELOG.md" ], "repository": { "type": "git", "url": "git+https://github.com/bhj/gl-chromakey.git" }, "scripts": { "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "echo \"Error: no test specified\" && exit 1", "dev": "vite", "build": "tsc && vite build" }, "keywords": [ "chroma", "chromakey", "greenscreen", "gl", "gpu", "video", "image", "canvas", "webgl" ], "devDependencies": { "@microsoft/api-extractor": "^7.52.11", "@stylistic/eslint-plugin": "^5.2.3", "eslint": "^9.34.0", "typescript": "^5.9.2", "typescript-eslint": "^8.41.0", "unplugin-dts": "^1.0.0-beta.6", "vite": "^7.1.3" } }