CDN Resources for to-string-loader

Quick access to CDN links for the to-string-loader package

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

Package Installation

npm
npm install to-string-loader
yarn
yarn add to-string-loader
pnpm
pnpm add to-string-loader

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/to-string-loader"></script>
Unpkg
<script src="https://unpkg.com/to-string-loader"></script>
jsDelivr ESM
<script type="module">
  import tostringloader from 'https://cdn.jsdelivr.net/npm/to-string-loader/+esm';
</script>
Skypack
<script type="module">
  import tostringloader from 'https://cdn.skypack.dev/to-string-loader';
</script>