CDN Resources for tabulator

Quick access to CDN links for the tabulator package

CDN Resources for tabulator
Various ways to access tabulator via Content Delivery Networks

Package Installation

npm
npm install tabulator
yarn
yarn add tabulator
pnpm
pnpm add tabulator

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/tabulator"></script>
Unpkg
<script src="https://unpkg.com/tabulator"></script>
jsDelivr ESM
<script type="module">
  import tabulator from 'https://cdn.jsdelivr.net/npm/tabulator/+esm';
</script>
Skypack
<script type="module">
  import tabulator from 'https://cdn.skypack.dev/tabulator';
</script>