npm install event-streamyarn add event-streampnpm add event-stream<script src="https://fastly.jsdelivr.net/npm/event-stream"></script><script src="https://unpkg.com/event-stream"></script><script type="module">
import eventstream from 'https://cdn.jsdelivr.net/npm/event-stream/+esm';
</script><script type="module">
import eventstream from 'https://cdn.skypack.dev/event-stream';
</script>