UNPKG
@hyperviz/weather
Version:
latest (0.2.13)
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
Weather visualization module using OffscreenCanvas and Web Workers
hyperviz/weather
@hyperviz/weather
/
src
/
processors
/
index.ts
5 lines
(4 loc)
•
166 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
"./temperature-processor.js"
;
export
*
from
"./precipitation-processor.js"
;
export
*
from
"./cloud-processor.js"
;
export
*
from
"./solar-processor.js"
;