Skip to content

v3.4.0

Compare
Choose a tag to compare
@khronosleung khronosleung released this 17 Oct 07:30
· 310 commits to master since this release

Features

默认配置

{
    mozjpeg: {
        quality: 75
    },
    pngquant: {
        quality: '65-90',
        speed: 4
    },
    svgo:{
        plugins: [{
            removeViewBox: false
        }, {
            removeEmptyAttrs: false
        }]
    }
}