colorutil

ColorUtil is a library that enables working with colors rapidly in Crystal. It also acts as a wrapper around hsluv-crystal, whose api slightly too verbose for my liking.

Note that this is in very early development - many features that I'd like to add haven't been implemented yet. Better documentation is to come soon.

Goals

Things that would be neat

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      colorutil:
        github: shinzlet/colorutil
  2. Run shards install

Usage

require "colorutil"

Usage instructions are not yet written, as this is a very early stage in development.

Contributing

  1. Fork it (https://github.com/shinzlet/colorutil/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors