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