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

Regenerate icon and splash image assets #241

Merged
merged 5 commits into from
Feb 28, 2025
Merged

Conversation

pkalita-lbl
Copy link
Collaborator

In working on #238 I noticed that our existing icon assets didn't follow some best practices regarding asset sizing. This made the image look a little "soft" in certain scenarios. Specifically, @capacitor/assets recommends starting with 1024x1024 PNG files, whereas the images in our assets directory were 512x512.

These changes:

  • Add an SVG file that contains layers for both the light and dark logo variations. It uses the full color logo for the light variation and the monochromatic white logo for the dark variation.
  • Update the PNG files in the assets folder to be 1024x1024 (exported from the SVG file).
  • Regenerate the native project icon and splash images from the 1024x1024 PNG files (via @capacitor/assets)
  • Add a README file to the assets folder to describe the regeneration process.

@pkalita-lbl pkalita-lbl merged commit a0101aa into main Feb 28, 2025
1 check passed
@pkalita-lbl pkalita-lbl deleted the feat-regenerate-icons branch February 28, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant