Based animated canvas component that transforms text into particles with vaporizing, fading, and dynamic effects.
import { VaporizeAnimationText } from "@/components/ui/vaporize-animation-text"; const DemoOne = () => { return <VaporizeAnimationText texts={["21st.dev"]} />; }; export { DemoOne };