Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 729 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 729 Bytes

WCAG Checker - Stay accessible from the shell

Compare colors and ensure that they're readable for all of your users

Usage

Some terminals need #'s wrapped in quotes, so you can use them at your discretion (binary name tbd) wcagChecker #hexcolor #hexcolor

wcagChecker "#hexcolor" "#hexcolor"

wcagChecker hexcolor hexcolor

Example

wcagChecker #684eff #ff6dff

A GIF showing the command above

wcagChecker F09240 a948d2

A GIF showing the command above

Building

Just a hop, skip, and a cd src && go build . and you're off to the races!