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