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