Home

Awesome

<a href="https://evilmartians.com/devtools?utm_source=figma-plugin-polychrom&utm_campaign=devtools-button&utm_medium=github"><img width="830" alt="Polychrom—APCA Contrast Checker" src="./images/github-header-polychrom.png" /></a>

How It Works:

Features

What is APCA?

The Accessible Perceptual Contrast Algorithm (APCA) is a novel method for calculating and predicting readability contrast. This model is specially optimized for ensuring accessible color visibility on self-illuminated RGB computer displays and devices. It also addresses the requirements of visually impaired users, focusing on improving visual readability.

APCA is a candidate contrast method for the forthcoming WCAG 3 and is concurrently evolving as the APCA Readability Criterion, an independent standard managed by Inclusive Reading Technologies.

Read more: APCA in a Nutshell.

Installation

Clone the repository:

git clone https://github.com/evilmartians/figma-polychrom.git

Navigate to the project directory:

cd figma-polychrom

Install the dependencies:

pnpm install

Development

Run the development server:

pnpm dev

Build

Build the plugin:

pnpm build

Contributing