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