MCPcopy Index your code
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / createSpinner

Function createSpinner

web/js/common/spinner.js:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3addStylesheet(import.meta.url);
4
5export function createSpinner() {
6 const div = document.createElement("div");
7 div.innerHTML = `<div class="pysssss-lds-ring"><div></div><div></div><div></div><div></div></div>`;
8 return div.firstElementChild;
9}

Callers 1

constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected