Is there a way to determine the current version of Three.js library being used by the browser?
I have experimented with multiple commands in the console:
THREE.version
THREE.version()
THREE.v
THREE.v()
However, none of them return a defined value.