UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

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