gl-react-sharpen

2.0.0 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i gl-react-sharpen

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • stoffern