Skip to content

i40west/svg2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg2png

Simple Cloudflare Worker to render SVG to PNG with svg2png-wasm.

POST to /png with the SVG in an svg field, and optional height, width, and/or scale params.

Will work bound to a custom domain, or on a /svg2png route. Modify the code for a different base path.

Note, this will use "somewhat more" CPU time than the free Workers plan allows.

About

Cloudflare Worker to render SVG to PNG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published