@furkot/import-kmz
v2.0.0
Published
Import KMZ files into Furkot.
Downloads
5
Readme
@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.
const importKmz = require('@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