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.8.0"}
  ]
end

configuration

Configuration

No configuration required.

documentation

Documentation

The docs can be found at https://hexdocs.pm/identicon_svg.

There's also a discussion thread on elixirforum.com.

todo

TODO

  • [x] Implement core functionality
  • [x] Publish on hex.pm
  • [x] Add background color functionality (split-complementary for automatic color-matching)
  • [ ] Implement testing functions
  • [ ] Set up CI