@userquin @eddie @shanselman @elk What's your goal? To test OS compatibility?
Might it be possible to use GitHub Actions Matrix somehow to automate your test cases?
I do not have a private project where I would have a PWA or having the need of different icons, because this is not my working field ๐ค
@Shini92 @eddie @shanselman @elk My goal is to use only one library to build minimal pwa icons using a single svg icon.
Right now, I need to use multiple tools to just build the minimal icons (online tools):
- transparent 192x192, 512x512 icons
- maskable 512x512 icon (requires padding and bg color)
- apple-touch-icon (requires padding and bg color)
Then, once png generated I need to optimize png files.
Another example, if you add some shortcuts with icons, you will need at least one 96x96 icon, can be transparent or have a bg color.
In VitePWA docs, I needed:
- find svg icon for each shortcut
- add white bg color to each svg
- export to png using some padding, not all svg icons with same padding
- optimize png files
So, instead having 3/4 tools, why not just only one?