ColorHash

Elixir implementation of https://github.com/zenozeng/color-hash

Installation

def deps do
  [
    {:color_hash, "~> 0.1.1"}
  ]
end

TODO

  • [x] add lightness, saturation options
  • [ ] add hue option