## Usage
npm install @music-vine/shaders-react``
import { MeshGradient, DotOrbit } from '@music-vine/shaders-react';
distortion={1}
swirl={0.8}
speed={0.2}
style={{width: 200, height: 200}}
/>
colorBack={'#000000'}
scale={0.3}
style={{width: 200, height: 200}}
/>
// these settings can be configured in code or designed in Paper
``