vdutts7/squircle — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple icon CDN repo for compressed WebP app icons.

I want to be able to drop source icons into the project, including ICNS or common image files, then run one command that turns them into clean squircle style WebP icons with consistent names. The output should be organized so the icons can be used directly from a static CDN or raw hosted URL. Please include a small data file or index that makes it easy to know what icons exist and what URL or filename to use.

Keep it lightweight and script based, since this doesn’t need to be a full web app. Add sensible config for naming and compression, basic error messages for bad files, and a README that explains how to add icons, rebuild the WebP files, and publish or use them. If there are existing folders or configs, fit into them instead of replacing everything.

Want more depth? Deep Reverse