@loaders.gl/ply
Version:
Framework-independent loader for the PLY format
11 lines (8 loc) • 298 B
text/typescript
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors
// PLYLoader
export {PLYFormat} from './ply-format';
export type {PLYLoaderOptions} from './ply-loader';
export {PLYWorkerLoader, PLYLoader} from './ply-loader';
export {PLYArrowLoader} from './ply-arrow-loader';