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) 88 B
import { LASData } from './types'; export declare function adjust(data: LASData): void;