- Fix the demo app so that the images get included in the screenshot
- Add example to README to show how to use save to server feature
- Use
htmlDependency()
instead ofaddResourcePath()
which is more robust (#20)
- 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