Update templates/index.html
Browse files- templates/index.html +7 -6
templates/index.html
CHANGED
|
@@ -203,14 +203,15 @@
|
|
| 203 |
</audio>
|
| 204 |
|
| 205 |
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
"three": "https://unpkg.com/three@0.163.0/build/three.module.js",
|
| 210 |
"three/addons/": "https://unpkg.com/three@0.163.0/examples/jsm/"
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
|
|
|
|
| 214 |
|
| 215 |
<script type="module">
|
| 216 |
import * as THREE from 'https://unpkg.com/three@0.160.0/build/three.module.js';
|
|
|
|
| 203 |
</audio>
|
| 204 |
|
| 205 |
|
| 206 |
+
<script type="importmap">
|
| 207 |
+
{
|
| 208 |
+
"imports": {
|
| 209 |
"three": "https://unpkg.com/three@0.163.0/build/three.module.js",
|
| 210 |
"three/addons/": "https://unpkg.com/three@0.163.0/examples/jsm/"
|
| 211 |
+
}
|
| 212 |
+
}
|
| 213 |
+
</script>
|
| 214 |
+
|
| 215 |
|
| 216 |
<script type="module">
|
| 217 |
import * as THREE from 'https://unpkg.com/three@0.160.0/build/three.module.js';
|