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