diff --git a/frontend/bun.lockb b/frontend/bun.lockb index 3e04e77..087182a 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/package.json b/frontend/package.json index cf44602..c3727f8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,6 +12,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.0", "react-scripts": "5.0.1", + "react-type-animation": "^3.2.0", "web-vitals": "^2.1.4" }, "scripts": { diff --git a/frontend/src/components/DownloadForm.js b/frontend/src/components/DownloadForm.js index 21025e0..ea5dffd 100644 --- a/frontend/src/components/DownloadForm.js +++ b/frontend/src/components/DownloadForm.js @@ -5,7 +5,7 @@ import Confetti from "react-confetti"; const DownloadForm = () => { const [url, setUrl] = useState(""); - const [quality, setQuality] = useState("480p"); + const [quality, setQuality] = useState("360p"); const [message, setMessage] = useState(""); const [progress, setProgress] = useState(0); const [isProcessing, setIsProcessing] = useState(false); @@ -96,43 +96,52 @@ const DownloadForm = () => { return (