@cld-apis/utils
Version:
Cloudinary constants and helpers for transformations
17 lines (16 loc) • 482 B
TypeScript
export declare const RESIZE_TYPES: {
readonly IMAGGA_SCALE: "imaggaScale";
readonly IMAGGA_CROP: "imaggaCrop";
readonly CROP: "crop";
readonly FILL: "fill";
readonly SCALE: "scale";
readonly MIN_PAD: "mpad";
readonly FIT: "fit";
readonly PAD: "pad";
readonly LIMIT_FIT: "limit";
readonly THUMBNAIL: "thumb";
readonly LIMIT_FILL: "lfill";
readonly MIN_FIT: "mfit";
readonly LIMIT_PAD: "lpad";
readonly FILL_PAD: "fill_pad";
};