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