CDN Resources for flat-cache
Various ways to access flat-cache via Content Delivery Networks
Package Installation
npm
npm install flat-cacheyarn
yarn add flat-cachepnpm
pnpm add flat-cacheCDN 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