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
- Host: GitHub
- URL: https://github.com/st0ffern/gl-react-sepia
- Owner: st0ffern
- Created: 2016-06-24T12:34:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T16:15:50.000Z (over 8 years ago)
- Last Synced: 2025-05-09T21:08:58.624Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gl-react-sepia [](https://www.npmjs.com/package/gl-react-sepia) []() [](http://commitizen.github.io/cz-cli/)
## Props
[](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
...
```