Skip to content

Instantly share code, notes, and snippets.

@davecra
Created March 4, 2020 21:59
Embed
What would you like to do?
Sample CDN for easyEws
<html>
<head>
<!-- DEBUG -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/davecra/easyEws/easyEws.js"></script>
<!-- Or, MINIFIED -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/davecra/easyEws/easyEws.min.js"></script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment