UNPKG

visual-heatmap

Version:

"Advanced Visual Heatmap - High Scale webGL based rendering."

4 lines (3 loc) 183 B
import { HeatmapRenderer } from "./heatmap"; import { HeatmapConfig } from "./types"; export default function (context: string | HTMLElement, config: HeatmapConfig): HeatmapRenderer;