A Gem for Chroma.js library
This Gem is made to support the use of Chroma.js library with Rails Assets
Installation
Add this line to your application's Gemfile:
gem 'chroma.js-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install chroma.js-rails
Usage
CoffeScript
#= require chroma
JavaScript
//= require chroma
Info
To contribute with Chroma.JS and or to get any informations about it, see the Chroma.JS Repo.
Contributing
- Fork it ( https://github.com/schivei/chroma.js-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request