UNPKG

@loaders.gl/shapefile

Version:

Loader for the Shapefile Format

7 lines (6 loc) 223 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import { SHPLoader } from "../shp-loader.js"; import { createLoaderWorker } from '@loaders.gl/loader-utils'; createLoaderWorker(SHPLoader);