/gl-react-temperature

Universal gl-react effect to temperature

Primary LanguageJavaScript

gl-react-temperature

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>