CDN Resources for escape-html

Quick access to CDN links for the escape-html package

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

Package Installation

npm
npm install escape-html
yarn
yarn add escape-html
pnpm
pnpm add escape-html

CDN Links

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