Zero Dependencies
Pure vanilla JavaScript with no external dependencies. Works everywhere.
Zero Dependencies
Pure vanilla JavaScript with no external dependencies. Works everywhere.
Highly Customizable
Extensive configuration options for colors, particles, animations, and more.
Responsive
Built-in responsive breakpoint system adapts to any screen size.
Performance Optimized
Smart particle limiting and automatic slow browser detection.
Accessible
ARIA labels, reduced motion support, and screen reader compatibility.
Framework Ready
Easy integration with React, Vue, Angular, Svelte, and more.
Get started with just a few lines of code:
<!DOCTYPE html><html><head> <title>ParticleText.js Demo</title></head><body> <canvas id="particle-canvas" data-text="Hello World"></canvas>
<script src="particleText.js"></script> <script> initParticleJS('#particle-canvas', { colors: ['#695aa6', '#8b7bb8'], fontSize: 100 }); </script></body></html>ParticleText.js makes it easy to add eye-catching particle text animations to your web projects. Whether you’re building a portfolio, landing page, or interactive experience, ParticleText.js provides the tools you need with minimal setup.
Installation
Quick Start
Examples
API Reference
Built with love by Aayush Sinha