The width and height of the Asset Source.

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

Properties

h w

Properties

h: number

The height of the asset source.

w: number

The width of the asset source.