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