idirectships commited on
Commit
dde9649
·
1 Parent(s): 96fe948

fix: pin GaussianSplats3D CDN to 0.4.7 — version 0.5.0 does not exist on npm

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -530,7 +530,7 @@ var backBtn = document.getElementById("back-btn");
530
  async function ensureGS3D() {
531
  if (GS3D) return GS3D;
532
  var mod = await import(
533
- "https://cdn.jsdelivr.net/npm/@mkkellogg/gaussian-splats-3d@0.5.0/build/gaussian-splats-3d.module.js"
534
  );
535
  GS3D = mod;
536
  return GS3D;
 
530
  async function ensureGS3D() {
531
  if (GS3D) return GS3D;
532
  var mod = await import(
533
+ "https://cdn.jsdelivr.net/npm/@mkkellogg/gaussian-splats-3d@0.4.7/build/gaussian-splats-3d.module.js"
534
  );
535
  GS3D = mod;
536
  return GS3D;