CDN Resources for hapi

Quick access to CDN links for the hapi package

CDN Resources for hapi
Various ways to access hapi via Content Delivery Networks

Package Installation

npm
npm install hapi
yarn
yarn add hapi
pnpm
pnpm add hapi

CDN Links

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