gl-react-sharpen
v2.0.0
Published
Universal gl-react filter with sharpen effect
Downloads
8
Readme
gl-react-sharpen ![](https://img.shields.io/badge/gl--react->= 2.1-05F561.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
var Sharpen = require("gl-react-sharpen").Sharpen;
// or
import {Sharpen} from "gl-react-sharpen";
<Sharpen>...</Sharpen>
<Sharpen factor={2.1} width={450} height={300}>...</Sharpen>