CDN Resources for 11th

Quick access to CDN links for the 11th package

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>