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