DualsparksCanvas-based dual corner spark waves with inward and outward animationbackgroundsparkscanvasanimationparticles PreviewCodeDual SparksCopyimport { DualSparks } from "@/components/vritti/dualsparks"; export function DualSparksExample() { return ( <div className="h-[400px] w-full rounded-lg overflow-hidden border"> <DualSparks className="w-full h-full" sparkCount={20} ringsPerWave={3}> <div className="flex items-center justify-center h-full"> <h2 className="text-3xl font-bold">Dual Sparks</h2> </div> </DualSparks> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/dualsparks"Copy