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