Quick access to CDN links for the karma-firefox-launcher package
npm install karma-firefox-launcheryarn add karma-firefox-launcherpnpm add karma-firefox-launcher<script src="https://fastly.jsdelivr.net/npm/karma-firefox-launcher"></script><script src="https://unpkg.com/karma-firefox-launcher"></script><script type="module">
import karmafirefoxlauncher from 'https://cdn.jsdelivr.net/npm/karma-firefox-launcher/+esm';
</script><script type="module">
import karmafirefoxlauncher from 'https://cdn.skypack.dev/karma-firefox-launcher';
</script>