Export and use the html canvas of an image grid in a script

I'd like to be able to generate an image grid and then make that image grid HTML canvas available as an image either for download or for processing in another component/script. Is this possible today? I have experimented with a grid and a text with markdown.

Hello @nsdweinstein ,

Thank you for your question.

Currently, Retool does not natively support the ability to convert a component or layout into an HTML canvas or an image for download, including converting a full image grid. However, this may be potentially achieved through custom scripting or using third-party JavaScript libraries such as html2canvas or jsPDF, which help to convert HTML into an image or PDF.

  • Brett