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