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