Skip to content

Commit

Permalink
chore(deps): add colorjs.io
Browse files Browse the repository at this point in the history
this module is by Lea Verou, co-editor of the CSS Color 4 and 5 specs, and also has some advanced color manipulation features that may be useful to us in the future.
Include chromatic adaptation, which we might be able to use an alternative whitepoint? not sure yet if that helps in any way
  • Loading branch information
marcelgerber committed Aug 20, 2024
1 parent 76636e8 commit 8a289ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"classnames": "^2.5.1",
"codemirror": "5",
"colorbrewer": "^1.3.0",
"colorjs.io": "^0.5.2",
"cookie-parser": "^1.4.4",
"d3": "^6.1.1",
"dayjs": "^1.11.11",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7508,6 +7508,13 @@ __metadata:
languageName: node
linkType: hard

"colorjs.io@npm:^0.5.2":
version: 0.5.2
resolution: "colorjs.io@npm:0.5.2"
checksum: 10/a6f6345865b177d19481008cb299c46ec9ff1fd206f472cd9ef69ddbca65832c81237b19fdcd24f3f9540c3e6343a22eb486cd800f5eab9815ce7c98c16a0f0e
languageName: node
linkType: hard

"columnify@npm:1.6.0":
version: 1.6.0
resolution: "columnify@npm:1.6.0"
Expand Down Expand Up @@ -10967,6 +10974,7 @@ __metadata:
classnames: "npm:^2.5.1"
codemirror: "npm:5"
colorbrewer: "npm:^1.3.0"
colorjs.io: "npm:^0.5.2"
cookie-parser: "npm:^1.4.4"
cypress: "npm:9.3.1"
d3: "npm:^6.1.1"
Expand Down

0 comments on commit 8a289ce

Please sign in to comment.