Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

URL for Raphael.js

Tags:

I want to use Raphael.js in my blog. I want import it from another source as I can't host it on blogger. Do we have any site like Google code which hosts Raphael.js?
Couldn't find it on Google code.

like image 679
Ajinkya Avatar asked Feb 21 '12 13:02

Ajinkya


2 Answers

cdn js has it.

Currently their the latest version is: http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js

like image 127
alex Avatar answered Sep 27 '22 16:09

alex


Raphael has moved to https://github.com/DmitryBaranovskiy/raphael, get your source code there.

Or use it through CDNJS: https://cdnjs.com/libraries/raphael

Or move on to http://snapsvg.io/

like image 37
bjelli Avatar answered Sep 27 '22 17:09

bjelli