Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add short description + impact
@jgerigmeyer I recall you work on some high impact projects that depend on Color.js, can you add a few examples in the third bullet?
  • Loading branch information
LeaVerou authored Feb 6, 2024
1 parent 35a6ac5 commit 47ee575
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/a6208d72-3d48-43ab-9132-b9f31f828609/deploy-status)](https://app.netlify.com/sites/colorjs/deploys)
[![npm](https://img.shields.io/npm/dw/colorjs.io)](https://npmjs.com/package/colorjs.io)

- [Official website](https://colorjs.io)
- [Contribution guide](CONTRIBUTING.md)
[Official website](https://colorjs.io)[Contribution guide](CONTRIBUTING.md)

Features:
Color.js is a color conversion and modification library created by the editors of the CSS Color specifications (but by now has also attracted a small grassroots team of co-maintainers) and used as a testing ground for ideas about a [native Color object for the web platform](https://github.com/wicg/color-api).

## Impact
- Has been used to create demos for several W3C specifications
- Has been used by browsers to test their implementations
- Used by several [high impact projects](https://www.npmjs.com/browse/depended/colorjs.io)

This comment has been minimized.

Copy link
@jgerigmeyer

jgerigmeyer Feb 6, 2024

Member

@LeaVerou Well "high-impact" is subjective 😄 but my primary uses are for OddContrast and recently-added color 4 support in the Node embedded host for Sass. The latter is certainly higher-impact, but also hasn't been released yet. Let me know if you want me to add one or both of those here.

This comment has been minimized.

Copy link
@LeaVerou

LeaVerou Feb 6, 2024

Author Member

I have no idea how widely used OddContrast is, if it's widely used feel free to add it!
I'd link the second on as simply "Sass" since it's under the Sass project umbrella and many people will not be able to evaluate what the "Node embedded host for Sass" means

This comment has been minimized.

Copy link
@jgerigmeyer

jgerigmeyer Feb 6, 2024

Member

Added in e09a1d7


## Features

- **Color space agnostic**: Each color object is basically a list of coords and a color space reference. Operations are color space agnostic.
Modules for <a href="https://colorjs.io/docs/spaces.html">a wide variety of color spaces</a>,
Expand Down

0 comments on commit 47ee575

Please sign in to comment.