Simple web app for checking contrast levels of two different colours.
- Display WCAG contrast levels (AA/AAA, small/large text).
- RGBA, HSL, HSLA and Hex colour format support.
- Pages are server-side rendered, snazzy UX :)
- Statically generetaed.
Install the dependencies:
npm ci
Run the dev server:
npm run dev
Run unit-tests using:
npm run test
And linting using:
npm run lint --fix
Build for production using:
$ npm run generate