How to tell which version of Three.js is loaded in browser?

Viewed 6620

How can you tell which version of the Three.js library the browser is currently using?

I have tried all of these in the console:

THREE.version 
THREE.version() 
THREE.v
THREE.v()

But they are all undefined.

1 Answers
Related