-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 2.2 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Kromacut — reduce images to small palettes and generate stacked color-layer 3D previews. Configure per-color slice heights and export printable STL models."
/>
<meta
name="keywords"
content="Kromacut, 3D printing, palette quantization, STL export, image to 3D, layered print, color slicing"
/>
<meta name="author" content="vycdev" />
<meta name="robots" content="index,follow" />
<!-- Open Graph / social -->
<meta property="og:title" content="Kromacut" />
<meta
property="og:description"
content="Generate stacked color-layer 3D prints from images. Reduce palettes, preview 3D stacks, and export STL models."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/vycdev/Kromacut" />
<!-- If you have a hosted cover image, replace the URL below -->
<meta property="og:image" content="/android-chrome-512x512.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Kromacut" />
<meta
name="twitter:description"
content="Generate stacked color-layer 3D prints from images. Reduce palettes, preview 3D stacks, and export STL models."
/>
<meta name="twitter:image" content="/android-chrome-512x512.png" />
<title>Kromacut</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>