@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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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 space
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soybeanjs/colord",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.1.0",
5
5
  "description": "A tiny yet powerful tool for high-performance color manipulations and conversions",
6
6
  "author": {
7
7
  "name": "Soybean",