UNPKG

tinify-client

Version:

A CLI to compress your images not only intelligently but also to the EXTREME!

6 lines (5 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.compressBatch = void 0; var compressBatch_1 = require("./lib/compressBatch"); Object.defineProperty(exports, "compressBatch", { enumerable: true, get: function () { return compressBatch_1.compressBatch; } });