UNPKG

image-optimisation-tools-comparison

Version:

A benchmarking suite for popular image optimisation tools.

22 lines 704 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var results = require("./data/results.json"); exports.getEmptyResults = function () { var _a; return (_a = {}, _a['codekit'] = null, _a['imagemin'] = null, _a['image_optim'] = null, _a['imagealpha-and-imageoptim'] = null, _a['imageoptim'] = null, _a['jpegmini-and-imageoptim'] = null, _a['kraken'] = null, _a['photoshop'] = null, _a['smushit'] = null, _a['tinypng'] = null, _a['worst'] = null // check it's ok to add this , _a); }; exports.getResults = function () { return results; }; //# sourceMappingURL=index.js.map