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