forked from daattali/shinyscreenshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.17 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: shinyscreenshot
Title: Capture Screenshots of Entire Pages or Parts of Pages in 'Shiny'
Version: 0.2.0
Authors@R: c(
person("Dean", "Attali",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID="0000-0002-5645-3493")),
person("Niklas", "von Hertzen", email = "[email protected]",
role = c("aut"), comment = "html2canvas library"),
person("Eli", "Grey", email = "[email protected]",
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,
jsonlite,
shiny (>= 1.0.0),
uuid
Suggests:
timevis
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)