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