UNPKG

@loaders.gl/wkt

Version:

Loader and Writer for the WKT (Well Known Text) Format

9 lines (6 loc) 218 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import {createLoaderWorker} from '@loaders.gl/loader-utils'; import {WKTLoader} from '../wkt-loader'; createLoaderWorker(WKTLoader);