gl-react-hue-rotate
v2.0.3
Published
Universal gl-react Hue Rotate effect
Readme
gl-react-hue-rotate

Universal gl-react Hue Rotate effect
Props
children(required): the content to hue-rotate.hue(required): the hue rotation in radian.
Usage Examples
import { HueRotate } from "gl-react-hue-rotate";<HueRotate hue={Math.PI}>...</HueRotate>