mirror of
https://github.com/Xevion/grain.git
synced 2026-01-31 05:11:58 -06:00
feat: add interactive gradient controls with glassmorphic UI
Implement comprehensive gradient customization with neural noise textures, including palettes, export functionality, and Radix UI components with framer-motion animations.
This commit is contained in:
+5
-5
@@ -3,13 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Grain | Dynamic Gradients & Noise</title>
|
||||
<title>Grain | Neural Gradient Explorer</title>
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:title" content="Grain" />
|
||||
<meta property="og:title" content="Grain - Neural Gradient Explorer" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A simple demonstration of a dynamically scaled SVG-based noise & radial gradients."
|
||||
content="Interactive gradient explorer with neural noise textures. Create, customize, and export beautiful gradients with glassmorphic UI."
|
||||
/>
|
||||
<meta property="og:url" content="https://grain.xevion.dev/" />
|
||||
<meta property="og:site_name" content="Grain" />
|
||||
@@ -35,10 +35,10 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:url" content="https://grain.xevion.dev/" />
|
||||
<meta name="twitter:domain" content="https://grain.xevion.dev/" />
|
||||
<meta name="twitter:title" content="Grain" />
|
||||
<meta name="twitter:title" content="Grain - Neural Gradient Explorer" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="A simple demonstration of a dynamically scaled SVG-based noise & stacked radial gradients."
|
||||
content="Interactive gradient explorer with neural noise textures. Create, customize, and export beautiful gradients with glassmorphic UI."
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user