Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

executable file
·
14 lines (8 loc) · 314 Bytes

A Web service that provides svg to png

How to run

  1. docker build -t panmax/svg2png .
  2. docker run -d --name svg2png --restart=always -p 5000:5000 panmax/svg2png

Online address

http://svg.jpanj.com/convert

❤️