Type alias SquashOptions

SquashOptions: {
    background?: string;
    extMode?: ExtMode;
    maxSize?: number;
    outMargin?: number;
    overwrite?: boolean;
    resizeType?: ResizeType;
}

The SquashOptions interface is defining the settings that can be passed with the .squash .ini file that defines the general Squashify script settings.

Type declaration

  • Optional background?: string
  • Optional extMode?: ExtMode
  • Optional maxSize?: number
  • Optional outMargin?: number
  • Optional overwrite?: boolean
  • Optional resizeType?: ResizeType