MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / Particle

Interface Particle

src/showcase/effects/EmojiConfetti.tsx:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { motion } from 'framer-motion'
5
6interface Particle {
7 x: number
8 y: number
9 emoji: string
10 size: number
11 velocity: { x: number; y: number }
12 rotation: number
13 rotationSpeed: number
14}
15
16const emojis = ['🎉', '🎊', '🥳', '🍾', '🎈', '🎇', '✨', '💥']
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected