Releases: dreamRs/capture
Releases · dreamRs/capture
v0.1.5
- Allow floating numbers in
scale =
argument #13.
- Allow to pass JavaScript function in
options$filter
argument #12.
- Added
loading
parameters to capture()
like in capture_pdf()
- Added
statusInputId
parameter to capture()
and capture_pdf()
to retrieve status information in an input
value server-side.
v0.1.4
- Updated html-to-image to 1.11.11.
- Updated jspdf to 2.5.1.
v0.1.2
- Use {packer} to manage JavaScript assets.
- Switch dom-to-image for html-to-image.
capture()
/ capture_pdf()
: added button_class
argument, the base CSS class for the button.
v0.1.1
capture()
/ capture_pdf()
: added scale
argument, to be applied to image dimensions.
v0.1.0
- Add a button in web page ('Shiny' or 'RMarkdown') to take a screenshot of a specified element.