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