2.0.0 • Published 7 years ago

gl-react-sharpen v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

gl-react-sharpen npm.io ![](https://img.shields.io/badge/gl--react->= 2.1-05F561.svg) npm.io

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>
2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago