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