MCPcopy Create free account

hub / github.com/developedbyed/react-gradient-glow / functions

Functions32 in github.com/developedbyed/react-gradient-glow

↓ 20 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 2 callersFunctiondeleteBox
(id: number)
components/boxes.tsx:23
↓ 2 callersMethodpause
()
components/ascii-animation.tsx:25
↓ 2 callersMethodstart
()
components/ascii-animation.tsx:20
↓ 1 callersFunctionanimateBoxes
()
components/boxes.tsx:31
↓ 1 callersFunctionfetchFrames
()
app/ascii-animation/page.tsx:10
↓ 1 callersFunctionloadFrames
()
components/video-ascii-coin.tsx:21
↓ 1 callersFunctionloadFrames
()
components/ascii-animation.tsx:81
↓ 1 callersMethodupdateFPS
(fps: number)
components/ascii-animation.tsx:16
↓ 1 callersFunctionupdateGlow
()
components/glow.tsx:20
FunctionASCIIAnimation
({ frames: providedFrames, className = "", fps = 24, colorOverlay = false, frameCount = 60, frameFolder
components/ascii-animation.tsx:57
FunctionAbout
()
app/about/page.tsx:8
FunctionAnimatedText
({ text }: { text: string })
components/animated-text.tsx:4
FunctionAsciiAnimation
()
app/ascii-animation/page.tsx:4
FunctionBoxes
()
components/boxes.tsx:13
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:172
FunctionGlow
(props: GlowProps)
components/glow.tsx:73
FunctionGlowArea
(props: GlowAreaProps)
components/glow.tsx:14
FunctionGlowCards
()
components/glow-cards.tsx:13
FunctionHome
()
app/page.tsx:7
FunctionNav
()
components/nav.tsx:8
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:23
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
components/theme-provider.tsx:6
FunctionTransitionProvider
({ children, name, // oldInstance, // newInstance, }: { children: React.ReactNode; name?: string;
components/transition-provider.tsx:14
FunctionVideoASCIICoin
({ frameLengthMs = 150, frameCount = 17 }: VideoASCIICoinProps)
components/video-ascii-coin.tsx:10
Methodconstructor
(callback: () => void, fps = 30)
components/ascii-animation.tsx:11
FunctionhandleBlur
()
components/ascii-animation.tsx:133
FunctionhandleFocus
()
components/ascii-animation.tsx:132
FunctionhandleMouseLeave
(e: React.MouseEvent<HTMLDivElement>)
components/glow.tsx:46
FunctionhandleMouseMove
(e: React.MouseEvent<HTMLDivElement>)
components/glow.tsx:34
FunctiononUpdate
(instance: ViewTransitionInstance,)
components/transition-provider.tsx:25
FunctiontoggleAnimation
()
components/video-ascii-coin.tsx:55