Search code examples
javascriptjquerythree.js

What is the URL for three.js to include it online?


I am trying to make a javascript application in google app engine using three.js but I am not getting the URL to include it online in my document. I dont want to upload the whole three.js package, which is very big in size. I wanted to know if there was a way I can get URL to include the library just like this one for jQuery : http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js

If this question is already asked then please provide the link.


Solution

  • The search term for your question should be

    three js cdn

    Which produces the following links (for r128):

    https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.js

    https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js