reduce android image size with lossless webp

This commit is contained in:
Samuel Newman
2026-09-03 18:43:44 +03:00
parent 8af501de62
commit d6d4fc761e
37 changed files with 75 additions and 129 deletions
+2 -2
View File
@@ -344,12 +344,12 @@ module.exports = function (_config) {
ios: {
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#006AFF', // primary_500
image: './assets/splash/splash.png',
image: './assets/splash/splash.webp',
resizeMode: 'cover',
dark: {
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#002861', // primary_900
image: './assets/splash/splash-dark.png',
image: './assets/splash/splash-dark.webp',
resizeMode: 'cover',
},
},