Jcanvas::Rails
This is a rubygems to implement jcanvas into rails assets pipeline
Installation
Add this line to your application's Gemfile:
gem 'jcanvas-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jcanvas-rails
Add this line to your application.js
file
//= require jquery
//= require jcanvas
requirements
jquery
Usage
please refer to the official jquery plugin: jcanvas page
https://projects.calebevans.me/jcanvas/
written by : https://calebevans.me/
Contributing
- Fork it ( https://github.com/[my-github-username]/jcanvas-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