MCPcopy Index your code
hub / github.com/sparkjsdev/spark / removeLoader

Function removeLoader

examples/js/preloader.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18function removeLoader() {
19 const el = document.getElementById("_spark_loader");
20 el.parentNode.removeChild(el);
21}
22
23// preload splats, returning a map [filename -> SplatMesh]
24export async function preloadSplats(assets, loading_icon_color = "white") {

Callers 1

preloadSplatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected