Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 15, 2024
1 parent 2af1957 commit 667a1e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/gamut-mapping/map-color.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Color from "../../dist/color.js";
import methods from "./methods.js";

const lch = ["L", "C", "H"];
let spacesToShow = [Color.spaces.oklch, Color.spaces.p3, Color.spaces["p3-linear"]]
let spacesToShow = [Color.spaces.oklch, Color.spaces.p3, Color.spaces["p3-linear"]];

export default {
props: {
Expand Down Expand Up @@ -50,7 +50,7 @@ export default {
return {
name: space.name,
coords: Object.fromEntries(coordInfo.map(([c, info], i) => [c, {value: coords[i], name: info.name, id: c}]))
}
};
});
},

Expand Down Expand Up @@ -195,4 +195,4 @@ export default {
</div>
</dl>
</section>`
};
};

0 comments on commit 667a1e7

Please sign in to comment.