An open API service indexing awesome lists of open source software.

https://github.com/st0ffern/gl-react-sepia

Universal gl-react effect to sepia
https://github.com/st0ffern/gl-react-sepia

Last synced: about 1 year ago
JSON representation

Universal gl-react effect to sepia

Awesome Lists containing this project

README

          

# gl-react-sepia [![](https://img.shields.io/npm/v/gl-react-sepia.svg)](https://www.npmjs.com/package/gl-react-sepia) [![Travis](https://img.shields.io/travis/stoffern/gl-react-sepia.svg?maxAge=2592000)]() [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
## Props

[![Greenkeeper badge](https://badges.greenkeeper.io/stoffern/gl-react-sepia.svg)](https://greenkeeper.io/)

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

## Usage Examples

```js
var Sepia = require("gl-react-sepia").Sepia;
// or
import {Sepia} from "gl-react-sepia";
```

```html
...
```

```html
...
```