From 7521ead7efa23c92c7b6db732e80647e13c7c34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Wed, 3 Sep 2014 20:25:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b34710e..85812f7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ With **colors.js** (~8.7k or way smaller if other color spaces and complex calcu ##Demo See **demo** at [dematte.at/cpn](http://dematte.at/cpn) +I will soon add some implementation examples (for jQuery, ...) + All the WCAG 2.0 calculations for readability are also based on opacity levels of all layers
@@ -281,4 +283,4 @@ rgbaMixWhite: // color mix result: current color above solid white a: // resulting alpha or opacity value (0 - 1) luminance: // luminance of resulting mix (0 - 1) WCAG2Ratio: // readability vale (1 - 21, 1:1 to 21:1) -``` \ No newline at end of file +```