REACT-VFX
WebGL effects for React elements!!
Install
npm i -S react-vfx
Usage
REACT-VFX exports VFXSpan
, VFXImg
and VFXVideo
.
These components works just like <span>
, <img>
and <video>
- accepts all properties they have, but they are rendered in WebGL world with shader effects!
NOTE: VFXSpan
doesn't work if the content includes child nodes.
Custom Shader
Future work
- Passing custom uniforms
- Passing custom textures