hayesgm / rafa

Rails plugin for using javascript raphael.js library easily from views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rafa
====

This module provides an extension to ActionView helpers as a wrapper for the
[Raphael.js library](http://raphaeljs.com/) by Dmitry Baranovskiy, that makes easy to add SVG ans canvas elements to
the page and make use of the Raphael library within Rails.

Currently works with Raphael version 1.3.1
Version can be checked in Rafa::Config.raphael_version

Example
=======

You can see examples in the directory rafa/examples/

Copyright (c) 2009 Ruben Medellin <ruben.medellin.c@gmail.com>, released under the MIT license

About

Rails plugin for using javascript raphael.js library easily from views

License:MIT License