CDN Resources for thread-loader
Various ways to access thread-loader via Content Delivery Networks
Package Installation
npm
npm install thread-loaderyarn
yarn add thread-loaderpnpm
pnpm add thread-loaderCDN 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