Packages

Generate color based on the given string

Current section

Files

Jump to
color_hash README.md
Raw

README.md

# ColorHash
Elixir implementation of https://github.com/zenozeng/color-hash
## Installation
```elixir
def deps do
[
{:color_hash, "~> 0.1.0"}
]
end
```
## TODO
* [ ] add `lightness`, `hue`, `saturation` options