diff --git a/app.vue b/app.vue index dbbbf9d0..8c8523b3 100644 --- a/app.vue +++ b/app.vue @@ -1,11 +1,9 @@ diff --git a/bun.lockb b/bun.lockb index fa1cbed1..df5077ee 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/Backdrop.vue b/components/Backdrop.vue index 2fed7c16..a89d2925 100644 --- a/components/Backdrop.vue +++ b/components/Backdrop.vue @@ -130,31 +130,6 @@ const handleResize = () => { onMounted(() => { init(); animate(); - // if im holding down shift how can i make it go faster? code it - window.addEventListener("keydown", (e) => { - if (e.key === "Shift") { - chars.forEach((char) => { - char.speed *= 10; // Double the speed when Shift is pressed - }); - } - if (e.ctrlKey) { - chars.forEach((char) => { - char.speed *= 1.1; // Halve the speed when Ctrl is pressed - }); - } - if (e.altKey) { - chars.forEach((char) => { - char.speed *= 0.9; // Halve the speed when Alt is pressed - }); - } - }); - window.addEventListener("keyup", (e) => { - if (e.key === "Shift") { - chars.forEach((char) => { - char.speed /= 10; // Reset the speed when Shift is released - }); - } - }); window.addEventListener("mousemove", handleMouseMove); window.addEventListener("resize", handleResize); }); diff --git a/components/Footer.vue b/components/Footer.vue deleted file mode 100644 index d27f1df6..00000000 --- a/components/Footer.vue +++ /dev/null @@ -1,44 +0,0 @@ - diff --git a/package.json b/package.json index 0d8b09ea..47031f56 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,5 @@ "tailwindcss": "^4.1.10", "vue": "^3.5.16", "vue-router": "^4.5.1" - }, - "devDependencies": { - "@iconify-json/catppuccin": "^1.2.11" } } diff --git a/pages/index.vue b/pages/index.vue index c7b6ed2c..22e1da47 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1 +1,15 @@ - +