Gradient configuration for the logo. When provided, creates a linear gradient fill instead of solid color.

interface LogoGradient {
    angle?: number;
    endColor: string;
    startColor: string;
}

Properties

angle?: number

Gradient angle in degrees (0 = left to right, 90 = top to bottom). Default: 45

endColor: string

Ending color of the gradient

startColor: string

Starting color of the gradient