CDN Resources for gnuplot-heatmap
Various ways to access gnuplot-heatmap via Content Delivery Networks
Package Installation
npm
npm install gnuplot-heatmapyarn
yarn add gnuplot-heatmappnpm
pnpm add gnuplot-heatmapCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages