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