react-canvas-bg-anim based on canvas-bg-anim-js, ref: https://github.com/Hazurl/canvas-bg-anim-js/
npm install react-canvas-bg-anim``bash`
npm install react-canvas-bg-anim
`tsx
import React from 'react';
import ReactDOM from 'react-dom';
import { Attraction, BubbleParticle, HighlightedBox, MeteorParticle } from 'react-canvas-bg-anim';
const App = () => (
ReactDOM.render(
``
Run the project locally to see the components in action.