Add Jampack config
This commit is contained in:
parent
31fbf6927f
commit
3eceb8fe06
1 changed files with 14 additions and 0 deletions
14
jampack.config.mjs
Normal file
14
jampack.config.mjs
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
export default {
|
||||||
|
image: {
|
||||||
|
jpeg: {
|
||||||
|
options: {
|
||||||
|
quality: 85,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
png: {
|
||||||
|
options: {
|
||||||
|
compressionLevel: 5,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue