URL for Raphael.js
Asked Answered
O

3

20

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.

Oidea answered 21/2, 2012 at 13:13 Comment(1)
Try Raphael CDN.Tali
O
26

cdn js has it.

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

Ollayos answered 21/2, 2012 at 13:15 Comment(0)
F
2

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/

Farmstead answered 25/5, 2016 at 9:16 Comment(0)
T
0

Raphael CDN is also provided by PageCDN. Here is embedable code for the current version:

<script src="https://pagecdn.io/lib/raphael/2.3.0/raphael.min.js" integrity="sha256-TabprKdeNXbSesCWLMrcbWSDzUhpAdcNPe5Q53rn9Yg=" crossorigin="anonymous"></script>
Tali answered 15/11, 2019 at 17:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.