d3-marching-squaresdeprecated

Tools for drawing your raster files with JavaScript

Usage no npm install needed!

<script type="module">
  import d3MarchingSquares from 'https://cdn.skypack.dev/d3-marching-squares';
</script>

README

Build Status

Marching squares isobands and isolines ready for using along with d3 maps.

The marching squares algorithm code is taken from the MarchingSquares.js project by Ronny Lorenz, adapted to work with nodejs.