CDN Resources for internal-slot

Quick access to CDN links for the internal-slot package

CDN Resources for internal-slot
Various ways to access internal-slot via Content Delivery Networks

Package Installation

npm
npm install internal-slot
yarn
yarn add internal-slot
pnpm
pnpm add internal-slot

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/internal-slot"></script>
Unpkg
<script src="https://unpkg.com/internal-slot"></script>
jsDelivr ESM
<script type="module">
  import internalslot from 'https://cdn.jsdelivr.net/npm/internal-slot/+esm';
</script>
Skypack
<script type="module">
  import internalslot from 'https://cdn.skypack.dev/internal-slot';
</script>