CDN Resources for path-key

Quick access to CDN links for the path-key package

CDN Resources for path-key
Various ways to access path-key via Content Delivery Networks

Package Installation

npm
npm install path-key
yarn
yarn add path-key
pnpm
pnpm add path-key

CDN Links

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