concaveman
concaveman copied to clipboard
Standalone bundled script
Hi, I'm using D3.js for years and now Leaflet more often and need to display the concave regions from points in the same area.
Now, I know how to script Electron (Node.js) applications yet am not versed to bundle (node) modules to standalone files e.g. bundled with all dependent libraries into one file.
Is there concaveman.js available with this requirement - or is there an easy way to pack it into one file (to be used in a web browser with either D3.js or Leaflet or other script/code)?
It's funny that concaveman(points) function works in the web browser console yet doesn't on a page.