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