CDN Resources for karma-safari-launcher

Quick access to CDN links for the karma-safari-launcher package

CDN Resources for karma-safari-launcher
Various ways to access karma-safari-launcher via Content Delivery Networks

Package Installation

npm
npm install karma-safari-launcher
yarn
yarn add karma-safari-launcher
pnpm
pnpm add karma-safari-launcher

CDN Links

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