@furkot/import-kmz
v3.0.0
Published
Import KMZ files into Furkot.
Downloads
13
Readme
@furkot/import-kmz
Import KMZ files into Furkot road trip planner.
Install
$ npm install --save @furkot/import-kmzUsage
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
