Your IP : 172.69.7.233


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