NEWS.md
webshot()
now supports JPEG (.jpg
or .jpeg
) and WEBP (.webp
) image formats. (@trafficonese #45)
Fixed #52: rmdshot()
did not work when used to screenshot an R Markdown document with runtime: shiny
or runtime: shinyrmd
. (#53)
Fixed #24: Console messages from webshot()
can now be suppressed by setting quiet = TRUE
or using the webshot.quiet
global option. (@trafficonese #45)