Skip to content

st0ffern/gl-react-sharpen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Universal gl-react effect to sharpen

Resources

Stars

Watchers

Forks

Packages

No packages published