UNPKG

react-text-particles

Version:

Create visually stunning text particles with React Text Particles and let your imagination run wild!

22 lines (21 loc) 478 B
export interface ParticleState { colorSet: string[]; config: { text: string; textSize: number; flow: number; topSpeed: number; lifeSpan: number; flowOffset: number; gravity: { direction: number; force: number; }; canvas: { width: number; height: number; bg: string; }; }; sketch: (p5: any) => void; }