Socket
Book a DemoInstallSign in
Socket

make-color-accessible

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-color-accessible

produce colors that meet web content accessibility guidelines

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

make-color-accessible

produce colors that meet web content accessibility guidelines.

Works with Node.js and Browserify.

screen shot 2017-08-04 at 10 33 47 pm

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

FAQs

Package last updated on 19 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts