Interface Dimensions

interface Dimensions {
    height: number;
    orientation: ImageOrientation;
    width: number;
}

Properties

height: number
orientation: ImageOrientation
width: number

Generated using TypeDoc