CDN Resources for readable-stream

Quick access to CDN links for the readable-stream package

CDN Resources for readable-stream
Various ways to access readable-stream via Content Delivery Networks

Package Installation

npm
npm install readable-stream
yarn
yarn add readable-stream
pnpm
pnpm add readable-stream

CDN Links

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