Neuro Noise
Installation
npm i @paper-design/shaders-react
Code
import { NeuroNoise } from '@paper-design/shaders-react'; <NeuroNoise width={1280} height={720} colorFront="#ffffff" colorMid="#47a6ff" colorBack="#000000" brightness={0.05} contrast={0.3} speed={1} />
Shader Props
Common Props
Description
A glowing, web-like structure of fluid lines and soft intersections. Great for creating atmospheric, organic-yet-futuristic visuals.
Notes
Thanks to zozuar for the amazing recursive fractal noise algorithm.