CDN Resources for 11ty-starter-json

Quick access to CDN links for the 11ty-starter-json package

CDN Resources for 11ty-starter-json
Various ways to access 11ty-starter-json via Content Delivery Networks

Package Installation

npm
npm install 11ty-starter-json
yarn
yarn add 11ty-starter-json
pnpm
pnpm add 11ty-starter-json

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/11ty-starter-json"></script>
Unpkg
<script src="https://unpkg.com/11ty-starter-json"></script>
jsDelivr ESM
<script type="module">
  import 11tystarterjson from 'https://cdn.jsdelivr.net/npm/11ty-starter-json/+esm';
</script>
Skypack
<script type="module">
  import 11tystarterjson from 'https://cdn.skypack.dev/11ty-starter-json';
</script>