npm install htmlparser2yarn add htmlparser2pnpm add htmlparser2<script src="https://fastly.jsdelivr.net/npm/htmlparser2"></script><script src="https://unpkg.com/htmlparser2"></script><script type="module">
import htmlparser2 from 'https://cdn.jsdelivr.net/npm/htmlparser2/+esm';
</script><script type="module">
import htmlparser2 from 'https://cdn.skypack.dev/htmlparser2';
</script>