Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add neural-noiseImport the component
Import the component into your Svelte file:
import { NeuralNoise } from "$lib/motion-core";import { NeuralNoise } from "$lib/motion-core";Usage
Props
NeuralNoise
| Prop | Type | Default |
|---|---|---|
speed | number | 1.0 |
class | string | "" |