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

Function loadLogo

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

Source from the content-addressed store, hash-verified

19const UI_ROOT = dirname(require.resolve("@pollinations/ui/package.json"));
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:

Callers 1

generateFunction · 0.85

Calls 1

uiAssetFunction · 0.85

Tested by

no test coverage detected