npm install threeyarn add threepnpm add three<script src="https://fastly.jsdelivr.net/npm/three"></script><script src="https://unpkg.com/three"></script><script type="module">
import three from 'https://cdn.jsdelivr.net/npm/three/+esm';
</script><script type="module">
import three from 'https://cdn.skypack.dev/three';
</script>