@cld-apis/utils
Version:
Cloudinary constants and helpers for transformations
20 lines (19 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RESIZE_TYPES = void 0;
exports.RESIZE_TYPES = {
IMAGGA_SCALE: 'imaggaScale',
IMAGGA_CROP: 'imaggaCrop',
CROP: 'crop',
FILL: 'fill',
SCALE: 'scale',
MIN_PAD: 'mpad',
FIT: 'fit',
PAD: 'pad',
LIMIT_FIT: 'limit',
THUMBNAIL: 'thumb',
LIMIT_FILL: 'lfill',
MIN_FIT: 'mfit',
LIMIT_PAD: 'lpad',
FILL_PAD: 'fill_pad'
};