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