tinify-client
Version:
A CLI to compress your images not only intelligently but also to the EXTREME!
8 lines (7 loc) • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.configFile = exports.USAGE_SET_KEY = exports.BASE64_USAGE = void 0;
const os_1 = require("os");
exports.BASE64_USAGE = 'tinify base64 IMG_URL_OR_LOCAL_IMG_PATH';
exports.USAGE_SET_KEY = 'tinify set-key YOUR_TINIFY_KEY';
exports.configFile = `${os_1.homedir()}/tinify.config.js`;