Raphael.js的URL

时间:2012-02-21 13:13:08

标签: javascript raphael

我想在我的博客中使用Raphael.js。我想从其他来源导入它,因为我无法在博客上托管它。我们有任何像Google code这样的网站主持Raphael.js吗? 无法在Google代码上找到它。

3 个答案:

答案 0 :(得分:26)

答案 1 :(得分:2)

拉斐尔已经搬到https://github.com/DmitryBaranovskiy/raphael,得到你的 源代码那里。

或通过CDNJS使用它:https://cdnjs.com/libraries/raphael

或转到http://snapsvg.io/

答案 2 :(得分:0)

Raphael CDN也由PageCDN提供。这是当前版本的可嵌入代码:

<script src="https://pagecdn.io/lib/raphael/2.3.0/raphael.min.js" integrity="sha256-TabprKdeNXbSesCWLMrcbWSDzUhpAdcNPe5Q53rn9Yg=" crossorigin="anonymous"></script>