commit dist folder

This commit is contained in:
vcoppe
2024-09-16 10:57:10 +02:00
parent b638863df3
commit 0baa956160
11 changed files with 1938 additions and 2 deletions

3
gpx/dist/index.js vendored Normal file
View File

@@ -0,0 +1,3 @@
export * from './gpx';
export { parseGPX, buildGPX } from './io';
export * from './simplify';