Use worker for GeoTIFF decoding

This commit is contained in:
Andreas Hocevar
2021-07-29 09:05:55 +02:00
parent 311247265b
commit 05eac3e384
5 changed files with 47 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
/* eslint-disable sort-imports-es6-autofix/sort-imports-es6 */
import 'regenerator-runtime/runtime.js';
import 'geotiff/src/decoder.worker.js';
export let create;