UNPKG

maplibre-gl

Version:

BSD licensed community fork of mapbox-gl, a WebGL interactive maps library

6 lines (5 loc) 194 B
// @flow strict declare module "gl" { declare function gl(width: number, height: number, attributes: WebGLContextAttributes): WebGLRenderingContext; declare module.exports: typeof gl; }