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