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