CDN Resources for ansi-regex

Quick access to CDN links for the ansi-regex package

CDN Resources for ansi-regex
Various ways to access ansi-regex via Content Delivery Networks

Package Installation

npm
npm install ansi-regex
yarn
yarn add ansi-regex
pnpm
pnpm add ansi-regex

CDN 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>