https://github.com/nakidai/stp
Simple web API for converting SVG to PNG
https://github.com/nakidai/stp
api converter docker fastapi http png python svg
Last synced: 9 months ago
JSON representation
Simple web API for converting SVG to PNG
- Host: GitHub
- URL: https://github.com/nakidai/stp
- Owner: nakidai
- License: bsd-2-clause
- Created: 2024-03-30T23:35:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T16:11:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T16:07:47.547Z (about 1 year ago)
- Topics: api, converter, docker, fastapi, http, png, python, svg
- Language: Python
- Homepage: https://stp.pwn3t.ru
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WASTP
--
Simple web api for converting svg to png. I use it as just useful way to render
svg images in discord, because it can't to it itself.
Usage
--
For example you have svg image at `https://example.com/image.svg`.
Run application, and then follow the link like this:
```
http://127.0.0.1:8000/?link=https://example.com/image.svg
```
And voila, you've just got the png image!