Package: shinyscreenshot Title: Capture Screenshots of Entire Pages or Parts of Pages in 'Shiny' Version: 0.2.1.9000 Authors@R: c( person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre"), comment = c(ORCID="0000-0002-5645-3493")), person("Niklas", "von Hertzen", email = "niklasvh@gmail.com", role = c("aut"), comment = "html2canvas library"), person("Eli", "Grey", email = "~@eligrey.com", role = c("aut"), comment = "FileSaver library") ) Description: Capture screenshots in 'Shiny' applications. Screenshots can either be of the entire viewable page, or a specific section of the page. The captured image is automatically downloaded as a PNG image, or it can also be saved on the server. Powered by the 'html2canvas' JavaScript library. URL: https://github.com/daattali/shinyscreenshot, https://daattali.com/shiny/shinyscreenshot-demo/ BugReports: https://github.com/daattali/shinyscreenshot/issues Depends: R (>= 3.1.0) Imports: base64enc, htmltools (>= 0.3.5), jsonlite, shiny (>= 1.0.0), uuid Suggests: timevis License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2024-10-27 04:38:51 UTC RemoteUrl: https://github.com/daattali/shinyscreenshot RemoteRef: HEAD RemoteSha: 592cec7da8f4907126d87f23c3a4e92d3d52eb3d NeedsCompilation: no Packaged: 2026-06-09 07:38:03 UTC; root Author: Dean Attali [aut, cre] (ORCID: ), Niklas von Hertzen [aut] (html2canvas library), Eli Grey [aut] (FileSaver library) Maintainer: Dean Attali