0.1.0 • Published 10 months ago

@ngyewch/gpx v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@ngyewch/gpx

Javascript GPX parser.

Overview

This project is an implementation of Topografix's GPX format.

Usage

import {parse} from '@ngyewch/gpx';

const gpx = parse(gpxXmlString);
0.1.0

10 months ago