export interface TextOptions {
    color?: string;
    fontSize?: number;
    width?: number;
    height?: number;
    text?: string;
    fontName?: string;
}
