After including a path to the online three.js
library in my <script>
tag within the index.html
file, I am facing an issue where there is no access to the three.js
library resulting in my script not working properly.
<script src="https://threejs.org/build/three.js"></script>
Could it be that using the three.js
library remotely is causing this problem?