Home  »  CodeLibrariesSnippetsTechnologyTools   »   GrapesJs CDN URL Example

GrapesJs CDN URL Example

Posted: December 17, 2022 | by Michael Bright

This is the GrapesJs CDN URL.

https://cdnjs.cloudflare.com/ajax/libs/grapesjs/0.20.2/grapes.min.js

This is how to use GrapesJs with CDN.

<script src="https://cdnjs.cloudflare.com/ajax/libs/grapesjs/0.20.2/grapes.min.js" integrity="sha512-BLkap8eM/xD83DO0/fgN39rHxLlAA6ebQ20wEeJBRbXYDmQCK+56eb66hxKkEdbT0Bn4BXdGP6bb4uKaCXGNgg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Using jsdelivr.

https://cdn.jsdelivr.net/npm/@devexcelsior/[email protected]/dist/grapes.min.js

Here is the HTML code

<script src="https://cdn.jsdelivr.net/npm/@devexcelsior/[email protected]/dist/grapes.min.js"></script>

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.