Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bajena/elixiridenticon


https://github.com/bajena/elixiridenticon

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Identicon

Just a simple identicon generator done when learning Elixir.

For an input string generates a symmetrical image like the one below.

```elixir
iex(3)> Identicon.main("Jan Bajena") |> Identicon.Image.draw
:ok
```
![identicon](https://github.com/user-attachments/assets/b5ce4c3d-9e0e-407c-bbcf-4fc787345138)