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