Spaces:
Running
on
CPU Upgrade
UI: save/export image button?
Once I create, it isn't clear how to export my comic panel. Ofc I can take a screenshot but I was wondering if one could export it (or share to this very community tab)
Good point! I've made some testing using html2canvas but the result didn't look good (this is why the DL button is disabled for now)
But I think using react-pdf we should be able to get something that work better
As a quick win solution I've implemented a way to do clean "Print to PDF" @multimodalart
see https://twitter.com/flngr/status/1696150074747650235
It works by adding some special CSS to hide UI elements when the page is rendered in "print mode" by the browser
If we Right Click on the panel we can download that panel image.
That won't keep all the panels in the same page layout but it does get us our panels quickly.