based on jdenticon & hosted by koenidv
Here's an example of an identicon for the value `dings`:
Simply pass any value as part of the url, like:
GET https://with.koeni.dev/identicon/dingsYou can choose between png (default) and svg using the `type` parameter.
GET https://with.koeni.dev/identicon/dings?type=svgYou can specify an image size using the `size` parameter. PNGs are limited to 1024px, and images are always square.
GET https://with.koeni.dev/identicon/dings?size=512 The API is currently rate-limited to 60 requests per minute per IP.
If you require a higher limit, contact me or self-host the service.