View Source README

IdenticonSvg
An Elixir library to generate identicons in SVG format, so they can be inlined in HTML.
installation
Installation
The package is available in Hex and can be installed by adding identicon_svg
to your list of dependencies in mix.exs
:
def deps do
[
{:identicon_svg, "~> 0.7.0"}
]
end
configuration
Configuration
No configuration required.
documentation
Documentation
The docs can be found at https://hexdocs.pm/identicon_svg.
todo
TODO
- [x] Implement core functionality
- [x] Publish on hex.pm
- [ ] Implement testing functions
- [ ] Add background color functionality (split-complementary for automatic color-matching)
- [ ] Set up CI