Initialize project without preview renderer

This commit is contained in:
2025-09-28 23:30:02 +02:00
commit 2852c88a77
16 changed files with 11459 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lens & Sensor Blur Comparison</title>
</head>
<body class="bg-slate-950 text-slate-100">
<div id="root"></div>
</body>
</html>