CDN Resources for enstore

Quick access to CDN links for the enstore package

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>