Neuro Noise
Installation
npm i @paper-design/shaders-react
Code
import { NeuroNoise } from '@paper-design/shaders-react'; <NeuroNoise height={500} colorFront="#ffffff" colorMid="#47a6ff" colorBack="#000000" brightness={0.05} contrast={0.3} scale={1} rotation={0} speed={1} />
Props
Name | Description | Type | Values |
---|---|---|---|
colorFront | Graphics highlight color | string | Hex, RGB, or HSL color |
colorMid | Graphics main color | string | Hex, RGB, or HSL color |
colorBack | Background color | string | Hex, RGB, or HSL color |
brightness | Luminosity of the crossing points | number | 0 to 1 |
contrast | Sharpness of the bright–dark transition | number | 0 to 1 |
width | CSS width style of the shader element | number | string | — |
height | CSS height style of the shader element | number | string | — |
scale | Overall zoom level of the graphics | number | 0.01 to 4 |
rotation | Overall rotation angle of the graphics | number | 0 to 360 |
speed | Animation speed | number | 0 to 2 |
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.