aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/colorlib.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/colorlib.js b/modules/colorlib.js
index ec99d00..bc3fba5 100644
--- a/modules/colorlib.js
+++ b/modules/colorlib.js
@@ -40,6 +40,7 @@
const Color = require('color');
module.exports = (hex, debug) => {
+ console.log(hex);
const color = Color(hex);
const h = color.hsl().color[0];