CDN Resources for html-escaper

Quick access to CDN links for the html-escaper package

CDN Resources for html-escaper
Various ways to access html-escaper via Content Delivery Networks

Package Installation

npm
npm install html-escaper
yarn
yarn add html-escaper
pnpm
pnpm add html-escaper

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/html-escaper"></script>
Unpkg
<script src="https://unpkg.com/html-escaper"></script>
jsDelivr ESM
<script type="module">
  import htmlescaper from 'https://cdn.jsdelivr.net/npm/html-escaper/+esm';
</script>
Skypack
<script type="module">
  import htmlescaper from 'https://cdn.skypack.dev/html-escaper';
</script>