CDN Resources for mocha-junit-reporter

Quick access to CDN links for the mocha-junit-reporter package

CDN Resources for mocha-junit-reporter
Various ways to access mocha-junit-reporter via Content Delivery Networks

Package Installation

npm
npm install mocha-junit-reporter
yarn
yarn add mocha-junit-reporter
pnpm
pnpm add mocha-junit-reporter

CDN Links

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