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