Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 582 Bytes

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>