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