UNPKG

@kcuf/mere-color

Version:

Mere color utils for generating, manipulation, a11y purposes.

5 lines 186 B
import { toStringHex } from '../to-string'; export default function isEqual(color1, color2) { return toStringHex(color1) === toStringHex(color2); } //# sourceMappingURL=is-equal.js.map