UNPKG

@openglobus/og

Version:

[openglobus](https://www.openglobus.org/) is a javascript/typescript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers, and 3D objects. It uses the WebGL technology, open source, and completely fr

11 lines (10 loc) 276 B
import { Control } from "./Control"; import type { IControlParams } from "./Control"; /** * Frame per second(FPS) display control. */ export declare class ShowFps extends Control { constructor(options: IControlParams); oninit(): void; protected _draw(): void; }