Skip to content

Instantly share code, notes, and snippets.

View keiver's full-sized avatar

Keiver keiver

View GitHub Profile
@keiver
keiver / useAnimatedBackground.tsx.md
Last active January 6, 2025 21:24
useAnimatedBackground.tsx hook.

A React hook that generates an animated canvas background featuring two visual effects: a dynamic particle systems for fading lines and a rippling waves for a depth effect.

import { useEffect } from "react"

export interface ColorConfig {
 primary: string