2.0.0 • Published 2 years ago

@furkot/import-kmz v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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.

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