@musallam/photoshop-client
    Preparing search index...

    Interface ImageSize

    The size of the image

    interface ImageSize {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number