Where is HTML2Canvas used in Skuid?

We were installing html2canvas library to create images from parts of our skuid pages, and noticed that the library was already installed as part of skuid’s package. Is this documented anywhere? Are you thinking of adding to the action framework a “download png” action?? Would be super cool.

Jack, html2canvas is currently only used in the Skuid Admin experience for generating screenshots of Themes. The ability to print parts of Skuid Pages is still something we are considering, but no immediate timeline on it.

Also I would not rely on html2canvas already being installed, that is an internal-only API that is not documented anywhere, so I would include the library manually if you are trying to use it in your pages.

That said — would love to hear how it turns out for you! HTML2Canvas is pretty powerful, and should be able to help you generate static content based on Skuid Pages.