This commit is contained in:
Daniel
2026-04-01 20:06:17 +08:00
parent ae3e6f717b
commit afbcd99224
596 changed files with 62930 additions and 13 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "vfxdemo",
"version": "1.0.0",
"description": "一个用于快速复刻 ShaderToy 效果的本地工具页WebGL2 多预览面板)。",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"repository": {
"type": "git",
"url": "https://www.git.bimwe.com/Daniel/VFXdemo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1"
}
}