Add WebSocket integration for Lanyard and Hyperate, implement scanline effects, and update dependencies
Some checks failed
Code quality checks / biome (push) Failing after 8s

This commit is contained in:
Seth 2025-05-03 13:17:52 -04:00
parent 4fedd38df1
commit 09e377b9d2
11 changed files with 319 additions and 42 deletions

View file

@ -1,3 +1,15 @@
import Lanyard from './components/Lanyard';
import Hyperate from './components/Hyperate';
export default () => {
return <div>Hello, World!</div>
return <div>
<p>seth&gt; cat ./about.txt</p>
<p>A Dedicated Backend Developer, with a passion for high-fidelity audio, gaming, and web development.</p>
<p>seth&gt; curl /tmp/discord-ipc</p>
<p><Lanyard /></p>
<p>seth&gt; cat /tmp/heartrate</p>
<p><Hyperate /></p>
</div>
}