A simple image generator with no external dependencies.
This was created to be run as a Lambda on Zeit. Test it out here: https://imagen-go.br0p0p.now.sh?width=400
Set the following params in the query string to control the properties of the generated image.
height {integer}
Height of the image. If not set, the width value will be used.width {integer}
Width of the image. If not set, the height value will be used.color {hex color}
The color of the image background. If not set, a random color will be chosen.