logo-api
An API to generate logos very quickly.
The base of this API is made from Alex’s logo generator CLI, I took it and made an API for it
How to use
Generation URL is https://logo.jaack.host/generate
Query params are required for the API to work
emoji
– The emoji to use for this logo, must be a valid emoji on emojipedia
color
– The hex color to use as the background, without the #
. (Optional, defaults to white / ffffff)
Examples
https://logo.jaack.host/generate?emoji=cookie
https://logo.jaack.host/generate?emoji=open book&color=4287f5
Download
You can choose to download the API and run it locally if you would like. Click here to find all the releases.