nathanchase / bannerfoo

Auto-generated banner ads with a little help from some AI magic!
1 stars 0 forks source link

Initial commit, plus initial logic for outputting SVGs from markup 🚀 #4

Closed niko-chaffinchicas closed 4 months ago

niko-chaffinchicas commented 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.

Enjoy 😄

nathanchase commented 4 months ago

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!