2.0.0 • Published 8 years ago
gl-react-sharpen v2.0.0
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
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>