Added Instant Replay

This commit is contained in:
Space-Banane
2026-01-16 22:03:18 +01:00
parent 8e5467b4fa
commit 809d20c564

View File

@@ -1115,6 +1115,12 @@ const projects: Project[] = [
image: "https://cdn.reversed.dev/pictures/wca.png", image: "https://cdn.reversed.dev/pictures/wca.png",
open_source: { link: "https://github.com/Space-Banane/whatsapp-stats" }, open_source: { link: "https://github.com/Space-Banane/whatsapp-stats" },
link: "https://whatstat.reversed.dev", link: "https://whatstat.reversed.dev",
},
{
name: "Instant Replay",
description: "Instantly replay your last 30 seconds of gameplay with the help of your Voice and OBS Replay Buffers.",
link: "https://gitea.reversed.dev/space/instant-replay",
open_source: { link: "https://gitea.reversed.dev/space/instant-replay" },
} }
]; ];