invert-color
Generates inverted (opposite) version of the given color.
invert-kv
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
react-image-filter
Lightweight React component, for applying color filters on images, works in all modern browsers plus IE10+ and Edge.
dargs
Reverse minimist. Convert an object of options into an array of command-line arguments.
swap-case
Transform a string by swapping every character from upper to lower case, or lower to upper case