MCPcopy
hub / github.com/yousifamanuel/terraink / FontOption

Interface FontOption

src/core/config.ts:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59export const INSTALL_DIAGNOSTICS_ENABLED = false;
60
61export interface FontOption {
62 value: string;
63 label: string;
64}
65
66export const FONT_OPTIONS: FontOption[] = [
67 { value: "", label: "Default (Space Grotesk)" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected