ionic-team / ionic-team/capacitor-assets
Wrong icon size is generated for splash screen
Open
- Dominant language
- TypeScript
- Stars
- 583
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to generate icon and splash screen for my android app, but the icon in the splash screen gets cropped:

It seems like the color isn't correct on the splash screen background either. I'm using the following command to generate the assets:
`npx capacitor-assets generate --iconBackgroundColor '#EDC22E' --splashBackgroundColor '#EDC22E' --assetPath 'public/images' --logoSplashScale 0.1`
From what I can tell "logoSplashScale" doesn't do anything either.
Contributor guide
Assessment
This issue has not been assessed yet.