CDN Resources for map-z-index

Quick access to CDN links for the map-z-index package

CDN Resources for map-z-index
Various ways to access map-z-index via Content Delivery Networks

Package Installation

npm
npm install map-z-index
yarn
yarn add map-z-index
pnpm
pnpm add map-z-index

CDN Links

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