Interface AspectRatio

Defines the width to height ratio of a canvas.

interface AspectRatio {
    HEIGHT_RATIO: number;
    NAME: string;
    WIDTH_RATIO: number;
}

Properties

HEIGHT_RATIO: number

The height ratio component.

NAME: string

The name of the aspect ratio.

WIDTH_RATIO: number

The width ratio component.