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