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