Importmap
An example of Three.js
<script type="importmap">
{
"imports": {
"three": "/node_modules/three/build/three.module.js"
}
}
</script>
<script type="module" src="./js/script.js"></script>import * as THREE from 'three'Last updated