CDN Resources for follow-redirects

Quick access to CDN links for the follow-redirects package

CDN Resources for follow-redirects
Various ways to access follow-redirects via Content Delivery Networks

Package Installation

npm
npm install follow-redirects
yarn
yarn add follow-redirects
pnpm
pnpm add follow-redirects

CDN Links

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