Closed niko-chaffinchicas closed 4 months ago
Finally got a chance to push up this basic configuration, which should allow you to run things locally and get an SVG response from this endpoint:
http://localhost:3000/api/svg?text=all%20systems%20go&color=green
Currently supports text and color query params, but there's room for so, so much more.
text
color
Enjoy 😄
Nice! Yeah, this is a good start! Would be good to get a playground on the frontend side that points to the rendered SVG. Awesome! Thanks for taking the first leap here!
Finally got a chance to push up this basic configuration, which should allow you to run things locally and get an SVG response from this endpoint:
http://localhost:3000/api/svg?text=all%20systems%20go&color=green
Currently supports
text
andcolor
query params, but there's room for so, so much more.Enjoy 😄