MCPcopy Create free account
hub / github.com/pollinations/pollinations / loadText

Function loadText

tools/icons/src/cli.js:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20const uiAsset = (file) => readFile(join(UI_ROOT, "src/assets", file), "utf8");
21const loadLogo = () => uiAsset("logo.svg"); // lotus mark — icons + OG
22const loadText = () => uiAsset("logo-text.svg"); // logotype — OG card
23
24// One lotus mark, two tones from the UI palette:
25// - FIELD (`bgPale.accent`, washed cream): the field a DARK lotus/logotype

Callers 1

generateFunction · 0.85

Calls 1

uiAssetFunction · 0.85

Tested by

no test coverage detected