Add Jampack config

This commit is contained in:
akp 2024-04-02 12:33:40 +01:00
parent 31fbf6927f
commit 3eceb8fe06
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

14
jampack.config.mjs Normal file
View file

@ -0,0 +1,14 @@
export default {
image: {
jpeg: {
options: {
quality: 85,
},
},
png: {
options: {
compressionLevel: 5,
},
},
},
};