UNPKG

note-graph

Version:

a generic visualization tool designed to show the structure of the document space and the relations between each doc

3 lines (2 loc) 134 B
import { RGBColor } from 'd3-color'; export declare function mixRgb(color1: RGBColor, color2: RGBColor, amount?: number): RGBColor;