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