import { Options } from '@angular-slider/ngx-slider'; import { CropperPosition } from 'ngx-image-cropper'; export class LogoChangeConstants { static LOGO_CHANGE_SLIDER_DATA: Options = { floor: 0.1, ceil: 1.5, step: 0.1, animate: false, showSelectionBar: true, hideLimitLabels: true, }; static INITIAL_CROPPER_POSITION: CropperPosition = { x1: 0, y1: 0, x2: 184, y2: 184, }; }