velox3d
Version:
**velox3d** is a lightweight Three.js scene initializer with built-in best practices, clean defaults, and extensibility. It gives you a powerful 3D setup with just one function call — ideal for beginners and fast prototyping, but flexible enough for advan
40 lines (39 loc) • 724 B
JSON
{
"name": "velox3d",
"version": "0.2.5",
"bin": {
"velox": "./bin/velox.js"
},
"type": "module",
"scripts": {
"start": "node ./bin/velox.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^5.0.0",
"commander": "^11.0.0"
},
"keywords": [
"threejs",
"three.js",
"react-three-fiber",
"r3f",
"3d",
"webgl",
"velox3d",
"scene",
"renderer",
"camera",
"threejs-utils",
"orbitcontrols",
"threejs-starter",
"threejs-boilerplate",
"javascript-3d",
"threejs-components",
"minimal-threejs",
"threejs-library",
"threejs-scaffold"
],
"author": "kratosmort",
"license": "MIT"
}