UNPKG

@maptiler/weather

Version:

Weather layers for MapTiler Cloud and MapTiler SDK

6 lines (5 loc) 154 B
import * as THREE from "three"; declare function createSphere({ color }: { color: THREE.ColorRepresentation; }): THREE.Mesh; export { createSphere };