File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ _Does your product/project use Culori? Create a PR and add yourself to this list
35
35
36
36
### Specifications
37
37
38
- - [ CSS Color Module Level 4] ( https://drafts.csswg.org/css-color-4/ ) [[ changelog] ( https://github.com/w3c/csswg-drafts/commits/main/css-color-4 )]
39
- - [ CSS Color Module Level 5] ( https://drafts.csswg.org/css-color-5/ ) [[ changelog] ( https://github.com/w3c/csswg-drafts/commits/main/css-color-5 )]
40
- - [ CSS Color HDR Module Level 1] ( https://drafts.csswg.org/css-color-hdr/ ) [[ changelog] ( https://github.com/w3c/csswg-drafts/commits/main/css-color-hdr )]
38
+ - [ CSS Color Module Level 4] ( https://drafts.csswg.org/css-color-4/ ) [[ changelog] ( https://github.com/w3c/csswg-drafts/commits/main/css-color-4 ) , [ issues ] ( https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-color-4 ) ]
39
+ - [ CSS Color Module Level 5] ( https://drafts.csswg.org/css-color-5/ ) [[ changelog] ( https://github.com/w3c/csswg-drafts/commits/main/css-color-5 ) , [ issues ] ( https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-color-5 ) ]
40
+ - [ CSS Color HDR Module Level 1] ( https://drafts.csswg.org/css-color-hdr/ ) [[ changelog] ( https://github.com/w3c/csswg-drafts/commits/main/css-color-hdr ) , [ issues ] ( https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-color-hdr ) ]
41
41
42
42
### Websites
43
43
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ import { interpolatorLinear } from '../interpolate/linear.js';
2
2
import { fixupAlpha } from '../fixup/alpha.js' ;
3
3
import convertItpToXyz65 from './convertItpToXyz65.js' ;
4
4
import convertXyz65ToItp from './convertXyz65ToItp.js' ;
5
- import { convertRgbToXyz65 , convertXyz65ToRgb } from '../index.js' ;
5
+ import convertRgbToXyz65 from '../xyz65/convertRgbToXyz65.js' ;
6
+ import convertXyz65ToRgb from '../xyz65/convertXyz65ToRgb.js' ;
6
7
7
8
/*
8
9
ICtCp (or ITP) color space, as defined in ITU-R Recommendation BT.2100.
You can’t perform that action at this time.
0 commit comments