CDN Resources for 11ty-fast-dev

Quick access to CDN links for the 11ty-fast-dev package

CDN Resources for 11ty-fast-dev
Various ways to access 11ty-fast-dev via Content Delivery Networks

Package Installation

npm
npm install 11ty-fast-dev
yarn
yarn add 11ty-fast-dev
pnpm
pnpm add 11ty-fast-dev

CDN Links

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