CDN Resources for tap-spec

Quick access to CDN links for the tap-spec package

CDN Resources for tap-spec
Various ways to access tap-spec via Content Delivery Networks

Package Installation

npm
npm install tap-spec
yarn
yarn add tap-spec
pnpm
pnpm add tap-spec

CDN 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>