Light ray effect with css
Hi, I have an image that was generated by the NextJS ImageResponse using JSX and CSS, but I can't figure out, how did they achieve the light beam effect in this image, Please suggest me some suitable methods with which I may achieve a similar result...
Thanks
5 Replies
They are generating these images dynamically
it's a bunch of layered gradients probably
can u spin up a codepen, and make something similar if possible, would help a lot...
like the glow on the borders, text, icons too?
that's not really something I have time for, sorry
the border thing is probably just a border-image with a gradient too
not an issue
and maybe some blend modes also
so u are saying it is all gradients...
nice, thanks