UNPKG
weather-te
Version:
latest (0.2.3)
0.2.3
0.2.2
A light weather visualization library.
weather-te
/
dist
/
util
/
platform.d.ts
6 lines
(5 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Platform
{
static
setWx
()
: void;
static
createCanvas2d
(config?: any)
: any;
static
createCanvasGL
(config?: any)
: any;
}