beam-gl
Version:
Expressive WebGL
29 lines • 600 B
JSON
{
"name": "beam-gl",
"version": "0.2211.0",
"description": "Expressive WebGL",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {},
"devDependencies": {
"prettier": "^2.7.1"
},
"scripts": {
"serve": "python3 -m http.server",
"lint": "prettier --check src/**/*.js"
},
"repository": "https://github.com/doodlewind/beam.git",
"keywords": [
"webgl",
"shader",
"geometry",
"gl",
"pbr",
"webgl library",
"webgl framework",
"image processing",
"shadow mapping"
],
"author": "Yifeng Wang",
"license": "MIT"
}