Skip to content

shinyscreenshot v0.2.0

Compare
Choose a tag to compare
@daattali daattali released this 20 Dec 21:26
· 12 commits to master since this release
  • 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 added download parameter to specify whether to download the image to the app's user, and ns parameter to screenshotButton so that saving will work in modules. (#3)
  • Performance: improve performance by only attempting to load the required scripts once.