CDN Resources for portfinder

Quick access to CDN links for the portfinder package

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

Package Installation

npm
npm install portfinder
yarn
yarn add portfinder
pnpm
pnpm add portfinder

CDN Links

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