Skip to content

Commit

Permalink
Refactor to account for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Aug 26, 2024
1 parent 61d0f70 commit 3da03e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/spaces/oklrab.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ColorSpace from "../space.js";
import ColorSpace from "../ColorSpace.js";
import OKLab from "./oklab.js";
import {toe, toeInv} from "./okhsl.js";

Expand Down
2 changes: 1 addition & 1 deletion src/spaces/oklrch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ColorSpace from "../space.js";
import ColorSpace from "../ColorSpace.js";
import OKLrab from "./oklrab.js";
import lch from "./lch.js";

Expand Down
3 changes: 2 additions & 1 deletion types/src/spaces/oklrab.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ColorSpace from "../space.js";
declare const _default: ColorSpace;
export default _default;
import ColorSpace from "../ColorSpace.js";
//# sourceMappingURL=oklrab.d.ts.map
3 changes: 2 additions & 1 deletion types/src/spaces/oklrch.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ColorSpace from "../space.js";
declare const _default: ColorSpace;
export default _default;
import ColorSpace from "../ColorSpace.js";
//# sourceMappingURL=oklrch.d.ts.map

0 comments on commit 3da03e1

Please sign in to comment.