This project provides a simple client-server web application that allows users to upload an .svg file, select from a set of predefined output sizes, and receive a .zip file containing .png images generated from the SVG input.
svg2png/
├── server/
│ ├── app.py
│ ├── requirements.txt
│ └── templates/
│ └── index.html
├── setup.sh
└── README.md