img2threejs / package.json
Mike0021's picture
Add persistent community gallery and v1.3 previews
37e3d5a verified
Raw
History Blame Contribute Delete
310 Bytes
{
"name": "img2threejs-space",
"private": true,
"version": "1.3.0",
"type": "module",
"description": "Runtime JS deps for the img2threejs HF Space (three for generated factories, esbuild to bundle them).",
"license": "MIT",
"dependencies": {
"three": "0.180.0",
"esbuild": "0.25.0"
}
}