feat: add icon generator with preset-based resizing, ZIP export, and optional PWA manifest#1740
feat: add icon generator with preset-based resizing, ZIP export, and optional PWA manifest#1740fclef819 wants to merge 6 commits intoCorentinTh:mainfrom
Conversation
|
|
Thanks for the suggestion. I reviewed the preset sizes and kept them aligned with common platform expectations: the PWA preset includes the key 192x192 and 512x512 icons used for installability, the iOS preset covers the commonly used home-screen/App Store sizes, and the Android preset is intended as a legacy bitmap launcher-icon set. Full Android adaptive icon generation (foreground/background layers and XML resources) is currently out of scope for this tool. For image processing, I intentionally kept the implementation browser-side using canvas, since this tool is designed to run fully client-side. Because of that, introducing sharp, which is primarily suited to Node/server-side image processing, would not be a good fit here. We do already use JSZip for the ZIP export path. |
|
Hi @fclef819 , I have also one in my fork : https://sharevb-it-tools.vercel.app/favicon-generator as this repo is unmaintained And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |



Summary
UX / Behavior
Technical Changes
Tests