Steam Assets, Done. Fast.
Live site: steamrollertool.com
By fufroom
If this helps you, consider supporting: Buy Me a Coffee
docker compose up -d --buildOpen: http://localhost:8092
Stop:
docker compose down- The app UI and asset resizing workflow are mostly frontend JavaScript in
index.html. - Drag-and-drop image processing and ZIP assembly happen in the browser.
- The only backend-specific part is the ICNS generator in
app.js(POST /api/generate-icns), which converts a PNG into a.icnsfile. - Docker runs this Node service so ICNS generation works consistently across machines.
This project is released under CC0 1.0 Universal (Creative Commons Zero).
