@soybeanjs/colord 0.0.8 → 0.1.0
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
|
|
18
18
|
## Differences from [colord](https://github.com/omgovich/colord)
|
|
19
19
|
|
|
20
|
-
- support `oklab` and `oklch` color
|
|
20
|
+
- support `oklab` and `oklch` color models
|
|
21
|
+
- support `palette` API to generate and find the nearest palette color
|
|
21
22
|
- more correct color parsing
|
|
22
23
|
- simplify type definitions
|
|
23
24
|
- rewrite color string parsing
|