CDN Resources for grunt-livescript

Quick access to CDN links for the grunt-livescript package

CDN Resources for grunt-livescript
Various ways to access grunt-livescript via Content Delivery Networks

Package Installation

npm
npm install grunt-livescript
yarn
yarn add grunt-livescript
pnpm
pnpm add grunt-livescript

CDN Links

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