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