newmana / chroma-elm / Chroma.Converter.In.Hex2Rgb

Convert Hex String (like #ffffff and #fff) to RGB (floats)

Definition

hex2rgb : String -> Result String Color

TBD