Skip to content

Linconwaves/svg2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svg2png

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors