UNPKG

fluid-meter

Version:

a dependency free library that draws a circular meter where progress is displayed as the amount of liquid on it

4 lines (3 loc) 161 B
declare const clamp: (number: number, min: number, max: number) => number; declare const random: (min: number, max: number) => number; export { clamp, random };