navigo 0.4.3

GPS/geospatial data for Rust — trace analysis, GPX parsing, Minetti pace model, race route analysis (legs/sections/stages), live calibration.
Documentation
{
  "name": "@totorototo/navigo",
  "version": "0.4.0",
  "description": "GPS/geospatial analysis compiled from Rust to WebAssembly — trace, GPX parsing, Minetti pace model, race route analysis (legs/sections/stages), live calibration.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/totorototo/navigo"
  },
  "keywords": [
    "gps",
    "geospatial",
    "navigation",
    "elevation",
    "trace",
    "wasm"
  ],
  "type": "module",
  "main": "./bundler/navigo.js",
  "types": "./bundler/navigo.d.ts",
  "files": [
    "bundler",
    "web"
  ],
  "exports": {
    ".": {
      "types": "./bundler/navigo.d.ts",
      "default": "./bundler/navigo.js"
    },
    "./web": {
      "types": "./web/navigo.d.ts",
      "default": "./web/navigo.js"
    },
    "./web/navigo_bg.wasm": "./web/navigo_bg.wasm"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  }
}