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