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