-
Notifications
You must be signed in to change notification settings - Fork 0
index.html #6
Copy link
Copy link
Open
Description
LVT-ENG
opened on Mar 31, 2026
Issue body actions
<title>TRYONME × DIVINEO — Mirror Engine V10</title>
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/pose/pose.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/camera_utils/camera_utils.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/drawing_utils/drawing_utils.js"></script>
<style>
body { margin: 0; background: #000; color: #D4AF37; font-family: serif; overflow: hidden; }
#canvas-container { position: relative; width: 100vw; height: 100vh; background: #000; }
canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
#pau-bot { position: fixed; bottom: 30px; left: 30px; width: 130px; z-index: 9999; }
#pau-bot video { width: 100%; border-radius: 50%; border: 1px solid #D4AF37; box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); }
.legal { position: fixed; bottom: 10px; width: 100%; text-align: center; font-size: 10px; opacity: 0.6; letter-spacing: 1px; pointer-events: none; }
.scan-line { position: absolute; width: 100%; height: 2px; background: rgba(212, 175, 55, 0.4); top: 0; z-index: 10; animation: scan 4s infinite linear; }
@Keyframes scan { from { top: 0%; } to { top: 100%; } }
</style>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels