interface OptionsDimensions {
    height?: number;
    width?: number;
}

Hierarchy (view full)

Properties

Properties

height?: number

Describes the image height in pixel

width?: number

Describes the image width in pixel

Generated using TypeDoc