CDN Resources for gulp-jasmine

Quick access to CDN links for the gulp-jasmine package

CDN Resources for gulp-jasmine
Various ways to access gulp-jasmine via Content Delivery Networks

Package Installation

npm
npm install gulp-jasmine
yarn
yarn add gulp-jasmine
pnpm
pnpm add gulp-jasmine

CDN Links

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