Skip to content

Instantly share code, notes, and snippets.

View randalvance's full-sized avatar
🎮
Focusing

Randal Cunanan randalvance

🎮
Focusing
View GitHub Profile
@randalvance
randalvance / image-generation-effect.html
Created April 13, 2026 07:46
Image Generation Effect
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Generating Aura — Demo</title>
<style>
:root { color-scheme: dark; }
body {
margin: 0;
min-height: 100vh;