Meet tsParticles v4: richer colors, modular plugins, and a brand new paint system
tsParticles v4 has been released, featuring enhanced color rendering and a new modular plugin architecture. The update includes HDR color support and a unified paint system that simplifies particle configuration. Additionally, a new palette system offers curated color combinations for easier design implementation.
- ▪tsParticles v4 introduces HDR-ready rendering with automatic Display P3 color support.
- ▪The new paint system merges fills and strokes into a single model for easier configuration.
- ▪Over 100 palettes are available, providing curated color combinations for various themes.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 349511) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Matteo Bruni for tsParticles Posted on May 18 Meet tsParticles v4: richer colors, modular plugins, and a brand new paint system #javascript #showdev #typescript #webdev tsParticles v4: HDR Colors, Paint Variants, and a Fully Modular Ecosystem tsParticles v4.0 is finally here. This release introduces long-requested features, major rendering improvements, and a completely modernized plugin architecture. Compared to v3.9.1, nearly every subsystem has evolved.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).