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