MCPcopy Create free account
hub / github.com/NMWplays/Glowify / isUnixLikeOS

Function isUnixLikeOS

theme.js:426–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 return this.loadBlob(blob);
425 }
426 loadGradient(colors, angle = 135) {
427 const size = 512;
428 const canvas = document.createElement("canvas");
429 canvas.width = size;
430 canvas.height = size;
431 const ctx = canvas.getContext("2d");
432 if (!ctx)

Callers 2

applyTransparentControlsFunction · 0.85
SettingsContentFunction · 0.85

Calls 1

getOsNameFunction · 0.85

Tested by

no test coverage detected