UNPKG

@loaders.gl/las

Version:

Framework-independent loader for the LAS and LAZ formats

7 lines 256 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors import { createLoaderWorker } from '@loaders.gl/loader-utils'; import { LASLoader } from "../index.js"; createLoaderWorker(LASLoader); //# sourceMappingURL=las-worker.js.map