CDN Resources for fresh

Quick access to CDN links for the fresh package

CDN Resources for fresh
Various ways to access fresh via Content Delivery Networks

Package Installation

npm
npm install fresh
yarn
yarn add fresh
pnpm
pnpm add fresh

CDN Links

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