gl-react-temperature
v2.0.2
Published
Universal gl-react filter with temperature effect
Downloads
6
Readme
gl-react-temperature ![](https://img.shields.io/badge/gl--react->= 2.1-05F561.svg)
Props
children
(required): the content to negate.temp
: optionally the intensity of the effect. 0 is disabled, this input scales from 1000 to 40000 kelvin.
Usage Examples
var Temperature = require("gl-react-temperature").Temperature;
// or
import {Temperature} from "gl-react-temperature";
<Temperature>...</Temperature>
<Temperature temp={1500}>...</Temperature>