UNPKG

react-grid-heatmapjs

Version:

React for the user interface, Tailwind CSS for styling, and CSS Grid for layout. A heatmap is a data visualization technique that uses color to represent the magnitude of values within a two-dimensional grid or matrix.

6 lines (5 loc) 97 B
export declare function hexToHSL(hex: string): { h: number; s: number; l: number; };