Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajena/elixiridenticon
https://github.com/bajena/elixiridenticon
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bajena/elixiridenticon
- Owner: Bajena
- Created: 2024-09-08T08:37:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T08:43:57.000Z (2 months ago)
- Last Synced: 2024-09-08T09:52:03.238Z (2 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)