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