CDN Resources for events
Various ways to access events via Content Delivery Networks
Package Installation
npm
npm install events
yarn
yarn add events
pnpm
pnpm add events
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/events"></script>
Unpkg
<script src="https://unpkg.com/events"></script>
jsDelivr ESM
<script type="module">
import events from 'https://cdn.jsdelivr.net/npm/events/+esm';
</script>
Skypack
<script type="module">
import events from 'https://cdn.skypack.dev/events';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages