Javascript GPX parser.
This project is an implementation of Topografix's GPX format.
import {parse} from '@ngyewch/gpx';const gpx = parse(gpxXmlString); Copy
import {parse} from '@ngyewch/gpx';const gpx = parse(gpxXmlString);