CDN Resources for ee-first

Quick access to CDN links for the ee-first package

CDN Resources for ee-first
Various ways to access ee-first via Content Delivery Networks

Package Installation

npm
npm install ee-first
yarn
yarn add ee-first
pnpm
pnpm add ee-first

CDN Links

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