CDN Resources for string-width
Various ways to access string-width via Content Delivery Networks
Package Installation
npm
npm install string-widthyarn
yarn add string-widthpnpm
pnpm add string-widthCDN 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