CDN Resources for grunt-mocha-phantomjs

Quick access to CDN links for the grunt-mocha-phantomjs package

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

Package Installation

npm
npm install grunt-mocha-phantomjs
yarn
yarn add grunt-mocha-phantomjs
pnpm
pnpm add grunt-mocha-phantomjs

CDN Links

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