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