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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages