An open API service indexing awesome lists of open source software.

https://github.com/brainrake/purescript-elm-color


https://github.com/brainrake/purescript-elm-color

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## `purescript-elm-color`

This is a Purescript port of the `Color` module from Elm's core library ([docs](http://package.elm-lang.org/packages/elm-lang/core/1.1.1/Color), [source](https://github.com/elm-lang/core/blob/master/src/Color.elm)).

This library is intended to help port [Elm](http://elm-lang.org/) libraries and programs to [Purescript](http://purescript.org/).

### Installation and Usage

`bower install purescript-elm-color`

`import Elm.Color`

### `Elm.Color` Module Contents

Please see the [Module Documentation](docs/Elm/Color.md).

Everything from Elm's `Color` module is included.