We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 853ce56 + 084d196 commit b601797Copy full SHA for b601797
packages/color/src/index.js
@@ -28,4 +28,4 @@ export const mix = (a, b, n = 0.5) => t => P.mix(n, g(t, a), g(t, b))
28
export const complement = c => t => P.complement(g(t, c))
29
export const invert = c => t => P.invert(g(t, c))
30
31
-export const grayscale = (c, n) => desaturate(c, 1)
+export const grayscale = c => desaturate(c, 1)
0 commit comments