Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create icons/splash screens for native applications #757

Open
cviebrock opened this issue Nov 24, 2021 · 0 comments
Open

Create icons/splash screens for native applications #757

cviebrock opened this issue Nov 24, 2021 · 0 comments
Labels
feature request New feature or request

Comments

@cviebrock
Copy link

I've used pwa-asset-generator to create icons for PWAs, but I'm now using Ionic and Capacitor to create "native" apps. There are a few packages out there to help create the icons and splash screens for iOS and Android, but they all use a JPG/PNG image and just scale it appropriately. I really like the way pwa-asset-generator lets me use SVGs, linear gradients, CSS padding, etc. to make higher-quality assets. It would be great if the package worked for both PWAs and native apps.

https://www.npmjs.com/package/cordova-res is the recommended package to use, but it simply crops/resizes a single JPG/PNG file for both the icon and splash screen. Most other packages seem to work this way as well:

Thanks!

@cviebrock cviebrock added the feature request New feature or request label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant