UNPKG

vue-rewards

Version:

Vue-rewards lets you add micro-interactions to your app, and rewards users with the rain of confetti, emoji or balloons in seconds.

14 lines (13 loc) 278 B
export type EmojiConfig = { lifetime?: number; angle?: number; decay?: number; spread?: number; startVelocity?: number; elementCount?: number; elementSize?: number; zIndex?: number; position?: string; emoji?: string[]; onAnimationComplete?: () => void; };