- New feature: the screenshot image can now be saved on the server using
server_dir
parameter. If the save is successful,input$shinyscreenshot
holds the image path. Also addeddownload
parameter to specify whether to download the image to the app's user, andns
parameter toscreenshotButton
so that saving will work in modules. (#3) - Performance: improve performance by only attempting to load the required scripts once.
Initial release