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) 117 B
import { LASData } from './types'; export declare function logStatistics(data: LASData, originalSize: number): void;