Qix-/color


The issue has been closed
Is there an easy way to judge whether two color variables are equal #165
lianmin posted onGitHub
just like this:
const color1 = 'rgb(255, 255,255)';
const color2 = '#FFF'
Color.isSame(color1, color2); // true