You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there was a way to run this in node using a virtual DOM. What do you think about implementing that? Or would you be open to a PR for it?
The text was updated successfully, but these errors were encountered:
I'm not sure I understand the use case, but that's on me. I am definitely open to more discussion or a PR.
I think our use case is a good example:
We want to generate an image for a chart, and use that as an open graph image (for sharing on Facebook etc). Meaning, we need a URL that points directly to the image, and it is generated server side (in Node.js), and then possibly cached if needed. The open graph image url can't point to a react page that renders the image client side. It needs to be a regular image url, that responds with the binary image data directly.
It would be great if there was a way to run this in node using a virtual DOM. What do you think about implementing that? Or would you be open to a PR for it?
The text was updated successfully, but these errors were encountered: