Type Alias CropRectangleOptions

CropRectangleOptions: Omit<
    TransformOptions,
    "width"
    | "height"
    | "inverse"
    | "fullImage",
>