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