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