Dimensions of the Asset source specified by the number of pixels.

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

Properties

h w

Properties

h: number

Height of the Asset source.

w: number

Width of the Asset source.

Generated using TypeDoc