I want to use THREE.js for a small widget on a website, but 400 Kb is too much considering I don't need many of it's features.
Is there a lighter version with limited features available? If not it would be great if one was offered along the full THREE.js build.
I've seen there is a build.py but I don't see an easy way of removing components, and I'm afraid I wouldn't know which folders of src can be removed without damaging core functionality.
I want to use THREE.js for a small widget on a website, but 400 Kb is too much considering I don't need many of it's features.
Is there a lighter version with limited features available? If not it would be great if one was offered along the full THREE.js build.
I've seen there is a
build.pybut I don't see an easy way of removing components, and I'm afraid I wouldn't know which folders ofsrccan be removed without damaging core functionality.