You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pocco81 56afd8465f feat: wcag-compliance tests 2 years ago
..
node_modules feat: wcag-compliance tests 2 years ago
.npmrc feat: wcag-compliance tests 2 years ago
README.md feat: wcag-compliance tests 2 years ago
index.js feat: wcag-compliance tests 2 years ago
package.json feat: wcag-compliance tests 2 years ago

README.md

📄 Doc

This program tests how compliant Catppuccin's variants are with WCAG standards. The test looks like this: ever color is put on top of the base color of the palette with a font size of 15; colors from subtext0 up are expected to be acceptable. In the case of the dark palettes, they should meet Level AA requirements. As for the light palette, however, they must meet a contrast ratio greater than 2.314159265359.

Dev

# clone this repo
npm install # fetch all dependencies

Testing

npm start