CDN Resources for fill-range

Quick access to CDN links for the fill-range package

CDN Resources for fill-range
Various ways to access fill-range via Content Delivery Networks

Package Installation

npm
npm install fill-range
yarn
yarn add fill-range
pnpm
pnpm add fill-range

CDN Links

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