This project generates identicons that could be used in the absence of profile pictures for your application.
The package can be installed by adding identicon_generator to your list of dependencies in mix.exs:
def deps do
[
{:identicon_generator, "~> 0.1.0"}
]
endDocumentation generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/identicon_generator.