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