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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages