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