CDN Resources for karma-junit-reporter

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

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

Package Installation

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

CDN Links

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