Skip to content

🖼 Simple cairosvg service to convert SVG image to PNG image

Notifications You must be signed in to change notification settings

shuuji3/cairosvg-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cairosvg-service

cairosvg-service is a small service that converts SVG image to PNG image.

Usage

docker build . -t cairosvg-service
docker run --rm -it -p 8080:8080 --name cairosvg-service cairosvg-service

Then, http://localhost:8080/convert/<url> returns a converted PNG image.

Example URL: https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/android.svg

âš  Note: Warning: This service is intended for private use only. Security is not considered, for example, in the case of a malicious URL being given.

About

🖼 Simple cairosvg service to convert SVG image to PNG image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published