interface ConstructorOptions {
    format?: string;
    gradientType?: boolean;
}

Properties

format?: string
gradientType?: boolean