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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-26 06:28:45  来源:igfitidea点击:

URL for Raphael.js

javascriptraphael

提问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 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/

或者转到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>