CDN Resources for event-stream

Quick access to CDN links for the event-stream package

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>