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