CDN Resources for escape-html
Various ways to access escape-html via Content Delivery Networks
Package Installation
npm
npm install escape-htmlyarn
yarn add escape-htmlpnpm
pnpm add escape-htmlCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages