not-fully-working autoOptimize for oxipng

This commit is contained in:
Jason Miller
2020-10-05 22:51:53 -04:00
parent 911ca32c35
commit 612cee0011

View File

@@ -148,6 +148,11 @@ export default {
}, },
defaultEncoderOptions: { defaultEncoderOptions: {
level: 2 level: 2
},
autoOptimize: {
option: "level",
min: 6,
max: 1
} }
} }
}; };