Top Level Namespace

Defined Under Namespace

Modules: Retinator, Utils

Constant Summary collapse

OUTPUT_MAX_SCALE =
3
OUTPUT_FORMAT =
"png"
OUTPUTS =
[
  # [RESOLUTION MULTIPLIER, FILE SUFFIX]
  [1, ""], 
  [2, "@2x"], 
  [3, "@3x"]
]