Get JS libraries without installation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Get JS libraries without installation

Hi dear Sololearners! I have been surfing internet and found a JS librarie that can be useful in my new project. I want to use it on my android phone. But there is a problem: i can't install the librarie. I tried to install it using npm on android terminal, but it fails with error. Possible solution for it is just using it without installation, typing direct link in script tag. For example: <script src="link"></script>. But i can't find link for libraries. Please help me finding link for Simple-terrain

6th Sep 2017, 1:29 PM
Aydin
2 Answers
+ 4
Thanks!!!
6th Sep 2017, 2:25 PM
Aydin
0
Those are cdn links which are available in docs of js libraries.
4th Mar 2021, 1:27 PM
Sharique Khan
Sharique Khan - avatar