CDN Resources for picomatch

Quick access to CDN links for the picomatch package

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

Package Installation

npm
npm install picomatch
yarn
yarn add picomatch
pnpm
pnpm add picomatch

CDN Links

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