issues
search
mermaid-pirates
/
WAIS
저시력 시각 장애인을 위한 웹 접근성 개선 서비스, 𝑾𝑨𝑰𝑺
2
stars
1
forks
source link
Replace color to weak color which has same lightness as the original color
#11
Closed
Yeonji-Lim
closed
2 years ago
Yeonji-Lim
commented
2 years ago
data/SampleHTML
3 테스트 및 해결을 위한 색상 변경
프론트와 동일한 환경 조성을 위해 body id 추가
services/colorWeakness.js
새로운 color-convert api로 인한 헷갈림 방지를 위해 getColor의 모듈명 수정 : color_converter -> weak_color
services/getColor.js
원본 색상의 명도 추출
원본 색상에 매칭되는 색약 색상 선택
색약 색상의 명도를 원본 색상의 명도와 동일하게 변경 후 반환
3 테스트 및 해결을 위한 색상 변경