Represents the configuration options.

interface GayFont {
    color: string;
    font: string;
    size: number;
}

Properties

Properties

color: string
font: string
size: number

Generated using TypeDoc