adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesAutoFramingOptions

    type TypesAutoFramingOptions = {
        algorithm?: "auto" | "bounding_cylinder" | "frustum_fit";
        zoomFactor?: number;
    }
    Index

    Properties

    algorithm?: "auto" | "bounding_cylinder" | "frustum_fit"
    zoomFactor?: number

    A value of 1 indicates tight framing. Less than 1 is a zoom-out. Greater than 1 is a zoom-in.