CDN Resources for tinyhttp

Quick access to CDN links for the tinyhttp package

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

Package Installation

npm
npm install tinyhttp
yarn
yarn add tinyhttp
pnpm
pnpm add tinyhttp

CDN Links

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