UNPKG

lazts

Version:

TypeScript package for loading LAS/LAZ, primary developed for for WebGL applications, intended for lazy people who just want to load their point clouds and don't care about the details.

3 lines (2 loc) 145 B
import { LASData } from './types'; export declare function parseLASChunked(rawData: ArrayBuffer, lasData: LASData, skip: number): Promise<void>;