I am interested in using Three.js
and would like to get started by downloading it. However, when I try to download it from the Three.js website, I receive a folder containing various files and resources:
https://i.sstatic.net/HZzUB.png
After reviewing the contents of this folder, it appears that I may only need to include either three.js
or three.min.js
. I assume that these are essentially the same, with the latter being a more condensed version without tabs…
Can someone confirm if my assumption is correct? Do I just need the three.js
file for Three.js to function properly? And what exactly is the purpose of the three.module.js
file?