UNPKG

@furkot/export-gpx

Version:

Generate GPX files from Furkot trip data.

10 lines (7 loc) 221 B
import { render } from './gpx.js'; furkotGpx.contentType = 'application/gpx+xml'; furkotGpx.extension = 'gpx'; furkotGpx.encoding = 'utf8'; export default function furkotGpx(options) { return render(options || {}); }