make-color-accessible
v1.2.0
Published
produce colors that meet web content accessibility guidelines
Downloads
200
Readme
make-color-accessible
produce colors that meet web content accessibility guidelines.
Works with Node.js and Browserify.
Installation
npm install make-color-accessible --save
Demo
git clone https://github.com/zeke/make-color-accessible
npm i && npm run demo
Usage
See demo.js
API
TODO. See test.js for now.
Tests
npm install
npm test
Dependencies
- color2: Stateful implementation of color
Dev Dependencies
- buble: The blazing fast, batteries-included ES2015 compiler
- budo: a browserify server for rapid prototyping
- chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- mocha: simple, flexible, fun test framework
- random-hex-color: Generate a random hex color.
- standard: JavaScript Standard Style
- standard-markdown: Test your Markdown files for Standard JavaScript Style™
- yo-yo: A tiny library for building modular UI components using DOM diffing and ES6 tagged template literals
License
MIT