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
I am trying to capture the output of a gt object in an image. I am using webr in the browser so there are some constraints. I can capture ggplot images using Webr capture function, and I thought I could do the same using as_gtable(plot =TRUE). The only problem I run into is that rsvg has not been compiled as a wasm package, so I can't install it.
gt_save requires webshot2 to render the png, so that is not something I can easily install every session. Do you have any ideas, or options I could try ? Or should I try to get rsvg compiled to rwasm package ?
Prework
Question
Hi,
Thanks for GT. it's an amazing library.
I am trying to capture the output of a gt object in an image. I am using webr in the browser so there are some constraints. I can capture ggplot images using Webr capture function, and I thought I could do the same using as_gtable(plot =TRUE). The only problem I run into is that rsvg has not been compiled as a wasm package, so I can't install it.
gt_save requires webshot2 to render the png, so that is not something I can easily install every session. Do you have any ideas, or options I could try ? Or should I try to get rsvg compiled to rwasm package ?
The text was updated successfully, but these errors were encountered: