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