interface ImageDimensions {
    h: number;
    w: number;
}

Properties

h w

Properties

h: number

Height of the image.

w: number

Width of the image.

Generated using TypeDoc