CDN Resources for node-static-serve

Quick access to CDN links for the node-static-serve package

CDN Resources for node-static-serve
Various ways to access node-static-serve via Content Delivery Networks

Package Installation

npm
npm install node-static-serve
yarn
yarn add node-static-serve
pnpm
pnpm add node-static-serve

CDN Links

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