Skip to content

Commit

Permalink
Fix missing import (#210)
Browse files Browse the repository at this point in the history
* Fix missing import

Fix missing GET import OOOPS

* Also don;t need luminance

Also don't need the get luminance import luminance.js as it's done in lab_d65
  • Loading branch information
Myndex committed Aug 26, 2022
1 parent 5611dbf commit e9e9d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contrast/deltaPhi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


import getColor from "../getColor.js";
import {getLuminance} from "../luminance.js";
import get from "../get.js";
import lab_d65 from "../spaces/lab-d65.js";

const phi = Math.pow(5, 0.5) * 0.5 + 0.5; // Math.phi can be used if Math.js
Expand Down

0 comments on commit e9e9d62

Please sign in to comment.