create anchor points hierarchy for edition

This commit is contained in:
vcoppe
2024-04-23 14:11:05 +02:00
parent d46662e038
commit b38c75be9a
5 changed files with 211 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
export * from './gpx';
export { Coordinates } from './types';
export { parseGPX, buildGPX } from './io';