npm install html-minifieryarn add html-minifierpnpm add html-minifier<script src="https://fastly.jsdelivr.net/npm/html-minifier"></script><script src="https://unpkg.com/html-minifier"></script><script type="module">
import htmlminifier from 'https://cdn.jsdelivr.net/npm/html-minifier/+esm';
</script><script type="module">
import htmlminifier from 'https://cdn.skypack.dev/html-minifier';
</script>