Y
Hacker News
new
|
ask
|
show
|
jobs
by
lloydatkinson
1346 days ago
Well it won't be dead. The vercel one seems to only support running on vercel.
1 comments
alvarlagerlof
1346 days ago
They also have satori, which will run anywhere it seems.
link
lloydatkinson
1346 days ago
That seems to generate svgs which as far as I know no site will show og embeds with svgs for some reason
link
shuding
1344 days ago
There are already a lot of choices to convert SVGs to PNGs, what Vercel uses is
https://github.com/yisibl/resvg-js
. And Sharp is another good option.
link
pzrsa
1345 days ago
I use svgs for my websites og images, haven't come across an issue with embeds on most platforms.
link