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