@cld-apis/utils
Version:
Cloudinary constants and helpers for transformations
17 lines (16 loc) • 346 B
JavaScript
export var 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'
};