Replies: 1 comment
-
|
Hi there @teadetime - this should be pretty easy for us to pick up using the existing media framework. Pinging @Buroni who is more familiar with the renderer and will be able to dig into it a bit further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
.webpimages inMediablocksNon-Goals
Background
Enables larger Datapanes! I'm on a project that has ~30mb page using Plotly graphs. We want to save Plotly graphs to
.webpwhich is has the smallest file size/quality. This allows for pages that are of a staggering size with Plotly (on the order of displaying 1000's or 10,000s of graphs via images).Proposal
I did a quick look into the media blocks. It seems like there needs to be a little work in
notebook.tsto support animages/webptype. I imagine there are other requirements and changes elsewhere.I also anticipate there is a larger discussion or a prior decision not to support
.webpas it is not supported on all browsers (just IE at this point I think).I couldn't find an architecture overview to understand if I was getting the whole picture, but would happy to try implementing this if someone could provide a little more direction!
Beta Was this translation helpful? Give feedback.
All reactions