1.0.5 • Published 8 years ago

gl-react-sepia v1.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

gl-react-sepia npm.io Travis Commitizen friendly

Props

  • 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>
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago