CDN Resources for gnuplot-heatmap

Quick access to CDN links for the gnuplot-heatmap package

CDN Resources for gnuplot-heatmap
Various ways to access gnuplot-heatmap via Content Delivery Networks

Package Installation

npm
npm install gnuplot-heatmap
yarn
yarn add gnuplot-heatmap
pnpm
pnpm add gnuplot-heatmap

CDN Links

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