Skip to content

Commit

Permalink
Use default export
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 19, 2024
1 parent 79b593f commit 85f98b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/defaults.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Global defaults one may want to configure
const defaults = {
export default {
gamut_mapping: "css",
precision: 5,
deltaE: "76", // Default deltaE method
Expand All @@ -10,5 +10,3 @@ const defaults = {
}
},
};

export default defaults;

0 comments on commit 85f98b8

Please sign in to comment.