File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Copy the following code into an `index.html` file.
5353 {
5454 " imports" : {
5555 " 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.6 /spark.module.js"
56+ " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.7 /spark.module.js"
5757 }
5858 }
5959 </script >
@@ -91,7 +91,7 @@ Remix the [glitch starter template](https://glitch.com/edit/#!/sparkjs-dev)
9191 {
9292 " imports" : {
9393 " 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.6 /spark.module.js"
94+ " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.7 /spark.module.js"
9595 }
9696 }
9797 </script >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Copy and paste code below in an `index.html` file or remix in the [Web Playgroun
1010 {
1111 " imports" : {
1212 " three" : " https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js" ,
13- " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.6 /spark.module.js"
13+ " @sparkjsdev/spark" : " https://sparkjs.dev/releases/spark/0.1.7 /spark.module.js"
1414 }
1515 }
1616 </script >
Original file line number Diff line number Diff line change 11{
22 "name" : " @sparkjsdev/spark" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7 " ,
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