| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/imagecompressor/src/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/imagecompressor/src/types.js |
export type ImageCompressorOptions = {
quality?: number,
retina?: boolean,
width?: number,
height?: number,
minWidth?: number,
minHeight?: number,
maxWidth?: number,
maxHeight?: number,
};