This is the Raphael.js CDN URL.
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js
This is how to use Raphael.js with CDN.
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js" integrity="sha512-tBzZQxySO5q5lqwLWfu8Q+o4VkTcRGOeQGVQ0ueJga4A1RKuzmAu5HXDOXLEjpbKyV7ow9ympVoa6wZLEzRzDg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
Using jsdelivr.
https://cdn.jsdelivr.net/npm/[email protected]/raphael-min.min.js
Here is the HTML code.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/raphael-min.min.js"></script>
Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.