Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 793 Bytes

gl-react-sepia Travis Commitizen friendly

Props

Greenkeeper badge

  • children (required): the content to negate.
  • sepia: optionally the intensity of the effect. 0 is normal. higher than 0 will add sepia.

Usage Examples

var Sepia = require("gl-react-sepia").Sepia;
// or
import {Sepia} from "gl-react-sepia";
<Sepia>...</Sepia>
<Sepia sepia={1.2}>...</Sepia>