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