Skip to content

Commit 17d291d

Browse files
committed
README
1 parent 1f210aa commit 17d291d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ all with sensible defaults
2525
- **Readable, object-oriented API**: Color objects for multiple operations on the same color, and static `Color.something()` functions for one-off calculations
2626
- **Modular & Extensible**: Use only what you need, or a bundle. Client-side or Node. Deep extensibility with <a href="https://colorjs.io/api/#Hooks-hooks.js">hooks</a>.
2727
- **Fast & efficient**: <a href="https://colorjs.io/docs/procedural.html">Procedural, tree-shakeable API</a> available for performance sensitive tasks and reduced bundle size
28+
- **Dependency free**: Not that there’s anything wrong with dependencies, but we gotta mention it!
2829

2930
</header>
3031

@@ -34,7 +35,7 @@ all with sensible defaults
3435

3536
- Has been used to create demos for several W3C specifications
3637
- Has been used by browsers to test their CSS Color 4/5 implementations
37-
- Over [87 million total npm downloads](https://limonte.dev/total-npm-downloads/?package=colorjs.io)!
38+
- Over [90 million total npm downloads](https://limonte.dev/total-npm-downloads/?package=colorjs.io)!
3839
- Used by several [high impact projects](https://www.npmjs.com/browse/depended/colorjs.io), including [Sass](https://sass-lang.com/), [Open Props](https://open-props.style/), [axe](https://www.deque.com/axe/) accessibility testing engine, and [OddContrast](https://www.oddcontrast.com/) and [CSS HD Gradients](https://gradient.style/) color tools
3940
- Parts of Color.js’s API are used as a testing ground for the design of a [native `Color` object for the Web platform](https://github.com/wicg/color-api).
4041

docs/images/spaces.d2

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,17 @@ node-xyz-d65 -> node-rec2020-linear {
432432
}
433433

434434

435+
node---rec2020-oetf: REC.2020_Scene_Referred {
436+
link: "#--rec2020-oetf"
437+
class: [node
438+
439+
]
440+
}
441+
node-rec2020-linear -> node---rec2020-oetf {
442+
class: edge
443+
}
444+
445+
435446
node-rec2100hlg: REC.2100-HLG {
436447
link: "#rec2100hlg"
437448
class: [node

0 commit comments

Comments
 (0)