https://github.com/brainrake/purescript-elm-color
https://github.com/brainrake/purescript-elm-color
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brainrake/purescript-elm-color
- Owner: brainrake
- License: bsd-3-clause
- Created: 2015-03-15T06:18:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T05:55:55.000Z (over 10 years ago)
- Last Synced: 2025-07-11T11:34:11.798Z (9 months ago)
- Language: PureScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.