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