File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ Copy the following code into an `index.html` file.
5252<script type =" importmap" >
5353 {
5454 " imports" : {
55- " three" : " https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174 .0/three.module.js" ,
56- " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.8 /spark.module.js"
55+ " three" : " https://cdnjs.cloudflare.com/ajax/libs/three.js/0.178 .0/three.module.js" ,
56+ " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.9 /spark.module.js"
5757 }
5858 }
5959 </script >
@@ -90,8 +90,8 @@ Remix the [glitch starter template](https://glitch.com/edit/#!/sparkjs-dev)
9090<script type =" importmap" >
9191 {
9292 " imports" : {
93- " three" : " https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174 .0/three.module.js" ,
94- " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.8 /spark.module.js"
93+ " three" : " https://cdnjs.cloudflare.com/ajax/libs/three.js/0.178 .0/three.module.js" ,
94+ " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.9 /spark.module.js"
9595 }
9696 }
9797 </script >
Original file line number Diff line number Diff line change 11{
22 "name" : " @sparkjsdev/spark" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
44 "description" : " An advanced 3D Gaussian Splatting renderer for THREE.js" ,
55 "homepage" : " https://sparkjs.dev/" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments