UNPKG

n8n-nodes-image-sharp

Version:

n8n node for image processing and optimization with sharp

17 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.optimizeDefaults = void 0; exports.optimizeDefaults = { png: { compressionLevel: 8, palette: true, effort: 8, quality: 90 }, jpeg: { mozjpeg: true, }, webp: {}, avif: {} }; //# sourceMappingURL=ImageSharpDefaults.js.map