CDN Resources for import-fresh
Various ways to access import-fresh via Content Delivery Networks
Package Installation
npm
npm install import-freshyarn
yarn add import-freshpnpm
pnpm add import-freshCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/import-fresh"></script>Unpkg
<script src="https://unpkg.com/import-fresh"></script>jsDelivr ESM
<script type="module">
import importfresh from 'https://cdn.jsdelivr.net/npm/import-fresh/+esm';
</script>Skypack
<script type="module">
import importfresh from 'https://cdn.skypack.dev/import-fresh';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages