UNPKG

@brewlab/calc

Version:

Library with methods for calculations used in brewing.

7 lines (6 loc) 160 B
/** * * @param {number} srm the SRM value to be converted to * an hex color string i.e. #000000 */ export default function srmToColor(srm: number): string;