upml-timetable-client/imagemin.config.js
2019-11-06 01:09:22 +03:00

12 lines
346 B
JavaScript

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 }
}