wrong parsed color
afc163 opened this issue · 4 comments
afc163 commented
afc163 commented
var Colr = require("colr")
console.log(Colr.fromHsvObject(Colr.fromHex('#646464').toHsvObject()).toHex()) // #636363
http://npmjs.com/colr 的转换有问题。
noyobo commented
related stayradiated/colr#6
noyobo commented
var color = tinycolor("#646464");
console.log(tinycolor(color.toHsv()).toHexString()); // #646464