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

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

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

Last synced: about 1 year ago
JSON representation

Universal gl-react effect to sharpen

Awesome Lists containing this project

README

          

# gl-react-sharpen ![](https://img.shields.io/npm/v/gl-react-sharpen.svg) ![](https://img.shields.io/badge/gl--react->= 2.1-05F561.svg) ![](https://img.shields.io/badge/gl--react-dom%20%7C%20native-f90.svg)

## Props

- `children` **(required)**: the content to negate.
- `width` **(required)**: width of the image.
- `height` **(required)**: height of the image.
- `factor`: optionally the intensity of the effect. 0 is disabled.

## Usage Examples

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

```html
...
```

```html
...
```