CDN Resources for ee-first
Various ways to access ee-first via Content Delivery Networks
Package Installation
npm
npm install ee-firstyarn
yarn add ee-firstpnpm
pnpm add ee-firstCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages