zxciop commited on
Commit
e6a0d88
·
verified ·
1 Parent(s): f493c78

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +7 -6
templates/index.html CHANGED
@@ -203,14 +203,15 @@
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
  <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';