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
- Host: GitHub
- URL: https://github.com/st0ffern/gl-react-sharpen
- Owner: st0ffern
- Created: 2016-06-26T18:04:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T09:50:22.000Z (almost 9 years ago)
- Last Synced: 2025-05-09T21:08:58.631Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gl-react-sharpen   
## 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
...
```