Closed maeertin closed 1 month ago
Currently there are three internal helpers found in the utils/colorContrast. These are calculateLuminance, calculateContrast and hexToRgb. Would be nice if these were moved to their own files and exported as public utils.
calculateLuminance
calculateContrast
hexToRgb
Currently there are three internal helpers found in the utils/colorContrast. These are
calculateLuminance
,calculateContrast
andhexToRgb
. Would be nice if these were moved to their own files and exported as public utils.