CDN Resources for execa
Various ways to access execa via Content Delivery Networks
Package Installation
npm
npm install execa
yarn
yarn add execa
pnpm
pnpm add execa
CDN 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