avh4/elm-color
View on GitHubMake PRs to other packages that should (and/or have been waiting to) use Color
Open
#16 opened on Sep 12, 2018
help wanted
Repository metrics
- Stars
- (25 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The goal of this package is to get all Elm packages that produce colors and all Elm packages that consume colors will use this type, so this is a checklist of existing 0.19 packages that might want to switch to using Color.
Guidelines:
Make sure to understand the package author's needs and perspective rather than assuming that using the standard Color type will be the right choice for their package.
- https://package.elm-lang.org/packages/the-sett/elm-color/latest/ (can be deprecated)
- https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
- https://package.elm-lang.org/packages/rtfeldman/elm-css/latest/
- https://package.elm-lang.org/packages/dawehner/elm-colorbrewer/latest/ (current results Float triples--does it even make sense for their use to use Color? maybe not)
- https://package.elm-lang.org/packages/terezka/elm-charts/latest/
- https://package.elm-lang.org/packages/gampleman/elm-mapbox/latest/Mapbox-Expression#Color
- https://package.elm-lang.org/packages/Orasund/pixelengine/latest/ (Currently uses Css.Color)
- https://package.elm-lang.org/packages/capitalist/elm-octicons/latest/Octicons#color
- which is the fork?
- https://package.elm-lang.org/packages/gicentre/elm-vegalite/latest/VegaLite
- https://package.elm-lang.org/packages/kuon/elm-hsluv/latest/HSLuv (maybe not necessary--it can currently be used via toRgba)
- https://package.elm-lang.org/packages/timjs/elm-collage/latest/