UNPKG

@loaders.gl/ply

Version:

Framework-independent loader for the PLY format

8 lines 292 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors // PLYLoader export { PLYFormat } from "./ply-format.js"; export { PLYWorkerLoader, PLYLoader } from "./ply-loader.js"; export { PLYArrowLoader } from "./ply-arrow-loader.js"; //# sourceMappingURL=index.js.map