elm-community / typed-svg

Typed SVG library written for Elm
BSD 3-Clause "New" or "Revised" License
59 stars 16 forks source link

Cannot use Color without the Color module being exposed. #22

Closed rupertlssmith closed 6 years ago

rupertlssmith commented 6 years ago

The old Color module was pasted in to be able to build on 0.19.

It would be better to move it to TypedSvg.Color to avoid squatting on the Color name, as that may get something new under the elm/color package name.