CDN Resources for webex

Quick access to CDN links for the webex package

CDN Resources for webex
Various ways to access webex via Content Delivery Networks

Package Installation

npm
npm install webex
yarn
yarn add webex
pnpm
pnpm add webex

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/webex"></script>
Unpkg
<script src="https://unpkg.com/webex"></script>
jsDelivr ESM
<script type="module">
  import webex from 'https://cdn.jsdelivr.net/npm/webex/+esm';
</script>
Skypack
<script type="module">
  import webex from 'https://cdn.skypack.dev/webex';
</script>