diff options
author | Minteck <contact@minteck.org> | 2022-03-15 19:16:19 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-15 19:16:19 +0100 |
commit | 88fb0fbfc9f58dc93420b31ee5a5201d1a37ca85 (patch) | |
tree | ea0e146857fd5d73e5c4308954a4fb593a4f608e /modules/colorlib.js | |
parent | 4d65dc9603db87ce2cfdbf68b0783807d9ccb6e6 (diff) | |
download | ponyfind-88fb0fbfc9f58dc93420b31ee5a5201d1a37ca85.tar.gz ponyfind-88fb0fbfc9f58dc93420b31ee5a5201d1a37ca85.tar.bz2 ponyfind-88fb0fbfc9f58dc93420b31ee5a5201d1a37ca85.zip |
Fix: fixes issue #21
Diffstat (limited to 'modules/colorlib.js')
-rw-r--r-- | modules/colorlib.js | 1 |
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]; |