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