UNPKG

@loaders.gl/pcd

Version:

Framework-independent loader for the PCD format

8 lines (6 loc) 240 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright vis.gl contributors export type {PCDLoaderOptions} from './pcd-loader'; export {PCDWorkerLoader, PCDLoader} from './pcd-loader'; export {PCDArrowLoader} from './pcd-arrow-loader';