javascript Raphael.js 的 URL
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9378221/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
URL for Raphael.js
提问by xyz
I want to use Raphael.jsin my blog. I want import it from another source as I can't host it on blogger. Do we have any site like Google codewhich hosts Raphael.js?
Couldn't find it on Google code.
我想在我的博客中使用Raphael.js。我想从其他来源导入它,因为我无法在博主上托管它。我们是否有任何网站,例如托管 Raphael.js 的Google 代码?
在 Google 代码上找不到它。
回答by alex
Currently their the latest version is: http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js
目前他们的最新版本是:http: //cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js
回答by bjelli
Raphael has moved to https://github.com/DmitryBaranovskiy/raphael, get your source code there.
Raphael 已移至https://github.com/DmitryBaranovskiy/raphael,在那里获取您的源代码。
Or use it through CDNJS: https://cdnjs.com/libraries/raphael
或者通过 CDNJS 使用:https://cdnjs.com/libraries/raphael
Or move on to http://snapsvg.io/
回答by Hamid Sarfraz
Raphael CDNis also provided by PageCDN. Here is embedable code for the current version:
Raphael CDN也由 PageCDN 提供。这是当前版本的可嵌入代码:
<script src="https://pagecdn.io/lib/raphael/2.3.0/raphael.min.js" integrity="sha256-TabprKdeNXbSesCWLMrcbWSDzUhpAdcNPe5Q53rn9Yg=" crossorigin="anonymous"></script>