Quick Start
npm install weatherlayers-gl
import * as WeatherLayers from 'weatherlayers-gl';
// use your WeatherLayers GL license file
import license from './license.json';
WeatherLayers.setLicense(license);
TypeScript
d.ts
typing files are provided as part of the distribution package.
Last modified 2mo ago