CDN Resources for string-template

Quick access to CDN links for the string-template package

CDN Resources for string-template
Various ways to access string-template via Content Delivery Networks

Package Installation

npm
npm install string-template
yarn
yarn add string-template
pnpm
pnpm add string-template

CDN 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>