adobe-firefly-sdk
    Preparing search index...

    Type Alias CropOptions

    CropOptions

    type CropOptions = {
        height: number;
        unit: UnitType & unknown;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height to be added as padding.

    unit: UnitType & unknown
    width: number

    The width to be added as padding.