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

    Interface CropOptions

    interface CropOptions {
        height: number;
        unit: PhotoshopClient.UnitType;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height to be added as padding.

    width: number

    The width to be added as padding.