Aurora veil
A compact, single-draw WebGL shader for website backdrops, hero accents, cards, and product moments. It caps pixel density, avoids textures, respects reduced motion, and pauses when offscreen.
npx shadcn add @bjork-ui/shader-aurora-veil
import { WebsiteShaderCanvas } from "@/components/bjork-ui/shaders/website-shader";export function HeroBackdrop() { return ( <WebsiteShaderCanvas preset="aurora-veil" className="h-[420px] w-full rounded-2xl" maxPixelRatio={1.35} maxCanvasPixels={620000} /> );}
Soft atmospheric color fields that sit well behind editorial copy.