Skip to content

AlexBezuska/steamrollertool

Repository files navigation

SteamrollerTool Logo

SteamrollerTool

Steam Assets, Done. Fast.

Live site: steamrollertool.com

By fufroom
If this helps you, consider supporting: Buy Me a Coffee

Run with Docker (quick start)

docker compose up -d --build

Open: http://localhost:8092

Stop:

docker compose down

How it works (brief)

  • 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 .icns file.
  • Docker runs this Node service so ICNS generation works consistently across machines.

License

This project is released under CC0 1.0 Universal (Creative Commons Zero).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors