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