CDN Resources for grunt-notify
Various ways to access grunt-notify via Content Delivery Networks
Package Installation
npm
npm install grunt-notifyyarn
yarn add grunt-notifypnpm
pnpm add grunt-notifyCDN 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