Shu Ding
Shu Ding
If the https://github.com/DioxusLabs/taffy project goes well and covers all the Yoga features, we might want to switch to that. Taffy has block layout in its roadmap.
I'm afraid that this needs to be fixed in Safari not in this lib (unless we have a way to work around it).
I'm wondering if we can work around this by rendering a larger scene and scale it down with `transform: scale()`?
Oh you are right. I think this trick only works when the element is full-sized and can be cropped though... > @vercel/og to increase the side of the canvas and...
Hey @erikras could you also provide the component that you are trying to render? Because I think it's a specific part causing the error, and an example helps me to...
I _guess_ it's probably due to a large image being rendered and caused some memory problem. Still haven't got any clue but you can try providing smaller images (e.g. it...
We are already using the resolved container's size as the default image size, so that part works :) As for fonts and potentially other things, may I ask that what's...
@ErAz7 It's not released yet (`canary.3` was before that commit: https://github.com/vercel/next.js/commits/canary), I think a new one will be out today.
The bug should be fixed with #44938
To make this supported, we need a HTML parser in front of Satori (which takes some extra spaces), so maybe we need a separate package or a separate export of...