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

Properties

h w

Properties

h: number
w: number