UNPKG

logsdx

Version:

<div align="center"><img alt="logsdx" width="300" src="https://github.com/user-attachments/assets/cc2a3b55-5bfd-44e8-a330-bfa146b50059" /></div>

14 lines (13 loc) 499 B
export declare function isDarkColor(hex: string): boolean; export declare function getAccessibleTextColors(backgroundColor: string, contrastLevel?: "AAA" | "AA"): { text: string; info: string; warn: string; error: string; success: string; debug: string; number: string; string: string; }; export declare function getWCAGLevel(ratio: number, isLargeText?: boolean): "AAA" | "AA" | "A" | "FAIL"; export declare function getWCAGRecommendations(ratio: number): string[];