@electrovir/color 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A color package that wraps [the `culori` package](https://www.npmjs.com/package/culori) with an _extremely_ simple API for color string parsing and color space/model conversion. It is primarily built for https://electrovir.github.io/color-picker-app.
|
|
4
4
|
|
|
5
|
-
- Conversion examples: https://electrovir.github.io/color/examples/conversions/all-color-formats
|
|
5
|
+
- Conversion examples: https://electrovir.github.io/color/book/examples/conversions/all-color-formats
|
|
6
6
|
- Reference docs: https://electrovir.github.io/color/docs
|
|
7
7
|
|
|
8
8
|
## Install
|