export interface IAGConfig { palette?: string[]; width?: number; fontProportion?: number; maxLetters?: number; }