CDN Resources for text-table

Quick access to CDN links for the text-table package

CDN Resources for text-table
Various ways to access text-table via Content Delivery Networks

Package Installation

npm
npm install text-table
yarn
yarn add text-table
pnpm
pnpm add text-table

CDN 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>