Your IP : 18.219.23.38


Current Path : /var/www/axolotl/data/www/vladivostok.axolotls.ru/bitrix/js/landing/imagecompressor/src/
Upload File :
Current File : /var/www/axolotl/data/www/vladivostok.axolotls.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,
};