@loaders.gl/kml
Version:
Framework-independent loader for the KML format
17 lines (12 loc) • 418 B
text/typescript
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
// POLYFILL: DOMParser
// - Node: Yes
// - Browser: No
export type {GPXLoaderOptions} from './gpx-loader';
export {GPXLoader} from './gpx-loader';
export type {KMLLoaderOptions} from './kml-loader';
export {KMLLoader} from './kml-loader';
export type {TCXLoaderOptions} from './tcx-loader';
export {TCXLoader} from './tcx-loader';