Add WebSocket integration for Lanyard and Hyperate, implement scanline effects, and update dependencies
Some checks failed
Code quality checks / biome (push) Failing after 8s
Some checks failed
Code quality checks / biome (push) Failing after 8s
This commit is contained in:
parent
4fedd38df1
commit
09e377b9d2
11 changed files with 319 additions and 42 deletions
14
src/App.tsx
14
src/App.tsx
|
@ -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> cat ./about.txt</p>
|
||||
<p>A Dedicated Backend Developer, with a passion for high-fidelity audio, gaming, and web development.</p>
|
||||
|
||||
<p>seth> curl /tmp/discord-ipc</p>
|
||||
<p><Lanyard /></p>
|
||||
|
||||
<p>seth> cat /tmp/heartrate</p>
|
||||
<p><Hyperate /></p>
|
||||
</div>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue