Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: do it in node #633

Open
markhicken opened this issue May 15, 2023 · 2 comments
Open

Feature request: do it in node #633

markhicken opened this issue May 15, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@markhicken
Copy link

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?

@brammitch brammitch added the enhancement New feature or request label Jun 16, 2023
@brammitch
Copy link
Owner

I'm not sure I understand the use case, but that's on me. I am definitely open to more discussion or a PR.

@jihu
Copy link

jihu commented Oct 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants