Skip to content

Commit 407cf1c

Browse files
committed
Clean up Resources page
1 parent 18d3358 commit 407cf1c

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

docs/resources.md

+15-19
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,32 @@ These projects add more functionality to Culori, but they're separate as to keep
1818
- [Color Name API](https://github.com/meodai/color-name-api) — a REST API for color names that makes use Culori's [differenceCiede2000](https://culorijs.org/api/#differenceCiede2000) to return a fitting name for every color.
1919
- [Atmos](https://atmos.style) - a toolbox based on (OK)LCH color space for creating professional color palettes. Utilizing Culori for color manipulation allowed us to concentrate on our product's essence rather than getting bogged down in implementation details.
2020

21-
Does your product/project use Culori? Create a PR and add yourself to this list.
21+
_Does your product/project use Culori? Create a PR and add yourself to this list._
2222

2323
## Similar projects
2424

25-
JavaScript libraries:
26-
27-
- [d3-color](https://github.com/d3/d3-color) by [Mike Bostock](https://bost.ocks.org/mike/)
28-
- [chroma.js](https://github.com/gka/chroma.js) by [Gregor Aisch](https://driven-by-data.net/)
29-
- [colorjs.io](https://github.com/LeaVerou/color.js) by [Lea Verou](http://lea.verou.me/) and [Chris Lilley](https://svgees.us/)
30-
31-
In other languages:
32-
33-
- [Colour](https://www.colour-science.org/) for Python
34-
- [the `colorspace` package](http://colorspace.r-forge.r-project.org/) for R
35-
- [the `Colors` package](https://github.com/JuliaGraphics/Colors.jl) for Julia
36-
- [ColorAide](https://github.com/facelessuser/coloraide) for Python by Isaac Muse
37-
- [colorio](https://github.com/nschloe/colorio) for Python by Nico Schlömer
25+
- [d3-color](https://github.com/d3/d3-color) by [Mike Bostock](https://bost.ocks.org/mike/) (JavaScript)
26+
- [chroma.js](https://github.com/gka/chroma.js) by [Gregor Aisch](https://driven-by-data.net/) (JavaScript)
27+
- [colorjs.io](https://github.com/LeaVerou/color.js) by [Lea Verou](http://lea.verou.me/) and [Chris Lilley](https://svgees.us/) (JavaScript)
28+
- [Colour](https://www.colour-science.org/) (Python)
29+
- [ColorAide](https://github.com/facelessuser/coloraide) by Isaac Muse (Python)
30+
- [colorio](https://github.com/nschloe/colorio) by Nico Schlömer (Python)
31+
- [`colorspace` package](http://colorspace.r-forge.r-project.org/) (R)
32+
- [`Colors` package](https://github.com/JuliaGraphics/Colors.jl) (Julia)
3833

3934
## Further reading
4035

4136
### Specifications
4237

43-
- [CSS Color Level 4](https://drafts.csswg.org/css-color/)
44-
- [CSS Color Level 5](https://drafts.csswg.org/css-color-5/)
38+
- [CSS Color Module Level 4](https://drafts.csswg.org/css-color-4/)
39+
- [CSS Color Module Level 5](https://drafts.csswg.org/css-color-5/)
40+
- [CSS Color HDR Module Level 1](https://drafts.csswg.org/css-color-hdr/)
4541

4642
### Websites
4743

48-
- David Briggs's [The Dimensions of Color](http://www.huevaluechroma.com/)
49-
- Bruce Lindbloom's [Useful Color Math](http://www.brucelindbloom.com/index.html?Math.html)
50-
- Rune Madsen's [Programming Design Systems](https://programmingdesignsystems.com/)
44+
- David Briggss [The Dimensions of Color](http://www.huevaluechroma.com/)
45+
- Bruce Lindblooms [Useful Color Math](http://www.brucelindbloom.com/index.html?Math.html)
46+
- Rune Madsens [Programming Design Systems](https://programmingdesignsystems.com/)
5147

5248
### Articles
5349

0 commit comments

Comments
 (0)