CDN Resources for normalize-path

Quick access to CDN links for the normalize-path package

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

Package Installation

npm
npm install normalize-path
yarn
yarn add normalize-path
pnpm
pnpm add normalize-path

CDN Links

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