3.0.0 • Published 1 year ago

@furkot/import-kmz v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NPM version Build Status Dependency Status

@furkot/import-kmz

Import KMZ files into Furkot road trip planner.

Install

$ npm install --save @furkot/import-kmz

Usage

Use with a blob created from File or fetch response.

import importKmz = from '@furkot/import-kmz';

const response = fetch('https://example.com/my.kmz');
const blob = await response.blob();
const trip = await importKmz(blob);

License

MIT © Damian Krzeminski

3.0.0

1 year ago

2.0.0

3 years ago