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