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