UNPKG

@goongmaps/goong-js

Version:

A WebGL interactive maps library

10 lines (7 loc) 217 B
// @flow strict declare class OffscreenCanvas { width: number; height: number; constructor(width: number, height: number): OffscreenCanvas; getContext(contextType: '2d'): CanvasRenderingContext2D; }