asqatasun/contrast-finder

By asqatasun

Updated about 6 years ago

Contrast-Finder: find valid background / foreground color contrast for accessibility WCAG, RGAA

Image
3

4.2K

asqatasun/contrast-finder repository overview

License : AGPL v3 Release Build Status Code of Conduct PRs Welcome

Contrast-Finder

Tool to provide color combination for a good (accessible, WCAG-compliant) contrast.

Supported tags

Supported tags and respective Dockerfile links :

Pre-requisites
Releases

How to use this image

docker pull asqatasun/contrast-finder docker run -d -p 8080:8080 asqatasun/contrast-finder

Linux users

In your browser, go to http://localhost:8080/contrast-finder/

MacOSX and Windows users
  • Get the IP address with command docker-machine ip default
  • In your browser, go to http://<the_IP_address>:8080/contrast-finder/

What is Contrast-Finder?

Screenshot - Contrast-Finder v0.9.1

Tips and tricks

Container available only on 127.0.0.1 (Linux users)

docker run -d -p 127.0.0.1:8080:8080 (...)

Have your container launched at boot

Add the option --restart always docker run -d --restart always -p 8080:8080 (...)

User Feedback

If you have any problems with or questions about this image or Contrast-Finder itself, please contact us :

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

Tag summary

Content type

Image

Digest

Size

115.6 MB

Last updated

about 6 years ago

Requires Docker Desktop 4.37.1 or later.