README.md

# IdenticonGenerator

This project generates identicons that could be used in the absence of profile pictures for your application.

## Installation

The package can be installed by adding `identicon_generator` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:identicon_generator, "~> 0.1.0"}
  ]
end
```

Documentation generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can
be found at <https://hexdocs.pm/identicon_generator>.