UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

12 lines (11 loc) 292 B
export interface InvertArgs { /** * The proportion of the conversion. * A value of `1` is completely inverted. * A value of `0` leaves the input unchanged. * * Default `1`. */ amount?: number; } export declare function invert(args?: InvertArgs): string;