UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

9 lines (8 loc) 224 B
declare class TexturePreview { private canvas; private context; constructor(); update(textureData: Uint8Array, width: number, height: number): void; private getFlippedBuffer; } export { TexturePreview };