SkillAgentSearch skills...

A11ycolor

🌈 Generate the nearest accessible color

Install / Use

/learn @alex-page/A11ycolor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🌈 A11yColor

Generate the nearest accessible color.

Install

$ npm install a11ycolor

Usage

const a11yColor = require('a11ycolor');

a11yColor(red, blue); // This returns #FFA3A3

Parameters

The function a11yColor function takes three parameters:

a11yColor($toMakeA11y, $background, ($ratioKey = 'small'));
  1. toMakeA11y - The color that is to be made accessible on the background
  2. background - The background color to for the contrast
  3. ratioKey - The keyword 'small' ( 4.5 ) or 'large' ( 3.0 ) for the WCAG 2.1 contrast ratio

Release History

  • v2.0.9 - Update GitHub action to use yml syntax
  • v2.0.8 - Update dependencies
  • v2.0.7 - Update dependencies
  • v2.0.6 - Replace eslint with xo, adjust formatting
  • v2.0.5 - Use files instead of .npmignore
  • v2.0.4 - Remove prepublishOnly script
  • v2.0.3 - Remove travis badge from README.md
  • v2.0.2 - Replace travis with GitHub actions
  • v2.0.1 - Updating readme, fixing bug when white and black passes
  • v2.0.0 - Binary search, removing steps, adding eslint
  • v1.1.0 - Fixing bugs that caused the contrast to be off by 0.2
  • v1.0.7 - Adding travis
  • v1.0.6 - Minimizing the files
  • v1.0.5 - Removing babel
  • v1.0.4 - Updating documentation
  • v1.0.3 - Making import work
  • v1.0.2 - Removing unecessary NPM packages
  • v1.0.1 - Adding readme
  • v1.0.0 - First release

Related Skills

View on GitHub
GitHub Stars36
CategoryDevelopment
Updated1y ago
Forks2

Languages

JavaScript

Security Score

80/100

Audited on Aug 30, 2024

No findings