UIKora
Library/

Image Generation

import { ImageGeneration } from "@uikora/components"

<ImageGeneration preset={"pixels-organic"} theme={"dark"} strength={0.88} pixelScale={1} cardBg={"#111113"} borderRadius={24} autoReveal={true} paused={false}>
  <article style={{ width: 560, height: 360, borderRadius: 24 }}>Content</article>
</ImageGeneration>