UNPKG

poplar-annotation

Version:

web-based annotation tool for natural language processing (NLP) needs, inspired by brat rapid annotation tool.

6 lines (5 loc) 255 B
/** * thanks to Pimp Trizkit (function for darken color) * @see https://stackoverflow.com/questions/5560248/programmatically-lighten-or-darken-a-hex-color-or-rgb-and-blend-colors */ export declare function shadeColor(color: any, percent: any): string;