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.
URL for Raphael.js
Asked Answered
Try Raphael CDN. –
Tali
Currently their the latest version is: http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js
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/
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>
© 2022 - 2024 — McMap. All rights reserved.