3.0.0 • Published 9 months ago
@furkot/import-kmz v3.0.0
@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