CDN Resources for file-entry-cache

Quick access to CDN links for the file-entry-cache package

CDN Resources for file-entry-cache
Various ways to access file-entry-cache via Content Delivery Networks

Package Installation

npm
npm install file-entry-cache
yarn
yarn add file-entry-cache
pnpm
pnpm add file-entry-cache

CDN 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>