DEV Community

ezzabuzaid
ezzabuzaid

Posted on

PWA Icon Generator

Recently I was working on PWA website and I faced a big problem with the different sizes of home screen logo and splash screen on IOS devices, so I wrote a small script to avoid the headache of resizing the logo to the appropriate size, it aims to help to generate the logo to various sizes.

the script includes generating images for IOS splash screen and write all the tags to HTML file. it's ready just update the var iconPath to be the location for your logo

I'm sorry because it's not that good, actually, I don't have enough time to make it a plugin, whatever, feel free to use it for any good thing.

Just download it and run it with node

Link => https://github.com/ezzabuzaid/pwa-icon-generator

Top comments (0)