Tsparticles

screenshot of Tsparticles
angular
react
svelte
vue

tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, ...

Overview:

bannertsParticles is a lightweight TypeScript library for creating particles that is compatible with various frameworks such as React.js, Vue.js, Angular, and more. It is dependency-free and browser-ready, making it easy to integrate with different projects.

Features:

  • Dependency Free: bannertsParticles does not have any external dependencies, keeping the library lightweight and efficient.
  • Framework Compatibility: Compatible with popular frameworks like React.js, Vue.js, Angular, and more, making it versatile for different projects.
  • Hosted on CDNs: Available on popular CDNs like jsDelivr, making it easy to include in projects without the need for manual installation.
  • Multiple Presets: Includes presets for various particle effects such as Bubbles, Confetti, Fire, Firefly, and more, offering a wide range of customization options.

Hosting / CDN:

  • jsDelivr:
    <script src="https://cdn.jsdelivr.net/npm/@tsparticles/engine"></script>
    
  • cdnjs:
    <script src="https://cdnjs.cloudflare.com/ajax/libs/tsparticles/1.22.0/tsparticles.min.js"></script>
    
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.