UNPKG

parcel-plugin-imagemin

Version:
10 lines (9 loc) 277 B
module.exports = { gifsicle: { optimizationLevel: 2, interlaced: false, colors: 10 }, mozjpeg: { progressive: true, quality: 10 }, pngquant: { quality: [0.25, 0.5] }, svgo: { plugins: [{ removeViewBox: false }, { cleanupIDs: true }] }, webp: { quality: 10 } };