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