Package: shinyscreenshot
Title: Capture Screenshots of Entire Pages or Parts of Pages in 'Shiny'
Version: 0.1.0
Authors@R: c(
    person("Dean", "Attali", email = "daattali@gmail.com",
      role = c("aut", "cre")),
    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. 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: jsonlite, shiny (>= 1.0.0), uuid
Suggests: rmarkdown, timevis
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-22 16:03:03 UTC; Dean-X1C
Author: Dean Attali [aut, cre],
  Niklas von Hertzen [aut] (html2canvas library),
  Eli Grey [aut] (FileSaver library)
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2020-10-30 09:30:02 UTC
Built: R 3.6.3; ; 2021-05-12 21:18:40 UTC; windows
