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