Apple Hello EffectApple-style SVG handwriting animation with 'hello' text effect.textanimationapplehandwritingsvg PreviewCodehelloCopy"use client"; import { AppleHelloEnglishEffect } from "@/components/vritti/apple-hello-effect"; export function AppleHelloEffectExample() { return ( <div className="flex items-center justify-center p-8"> <AppleHelloEnglishEffect className="h-24 text-foreground" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/apple-hello-effect"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy