heatmap-parse 0.1.3

A robust GPS track processor for creating frequency-based route heatmaps from GPX, FIT, and polyline data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "gpx_processor",
  "type": "module",
  "version": "0.1.0",
  "files": [
    "gpx_processor_bg.wasm",
    "gpx_processor.js",
    "gpx_processor.d.ts"
  ],
  "main": "gpx_processor.js",
  "types": "gpx_processor.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}