CDN Resources for path-to-regexp
Various ways to access path-to-regexp via Content Delivery Networks
Package Installation
npm
npm install path-to-regexp
yarn
yarn add path-to-regexp
pnpm
pnpm add path-to-regexp
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/path-to-regexp"></script>
Unpkg
<script src="https://unpkg.com/path-to-regexp"></script>
jsDelivr ESM
<script type="module">
import pathtoregexp from 'https://cdn.jsdelivr.net/npm/path-to-regexp/+esm';
</script>
Skypack
<script type="module">
import pathtoregexp from 'https://cdn.skypack.dev/path-to-regexp';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages