export type InitParams = { baseText: string[] | string; linkText: string; linkHref: string; direction: { pc: boolean | 'lt' | 'lb' | 'rt' | 'rb' | 'cb' | 'ct' | 'cc'; m: boolean | 'c' | 'b' | 't'; }; colors: { text: string; background: string; accent: string; }; observeTarget?: string; observeOnce?: boolean; fontFamily?: string; };