-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: fabricerin
Title: Create Easily Canvas in 'shiny' and 'RMarkdown' Documents
Version: 0.1.2
Authors@R: c(
person("Mohamed El Fodil", "Ihaddaden", email = "[email protected]", role = c("aut", "cre")),
person("Garrick", "Aden-Buie", role = c("ctb")),
person("fabricjs contributors", role = c("ctb", "cph"), comment = "fabricjs JavaScript library"),
person("jQuery contributors", role = c("ctb", "cph"), comment = "jQuery JavaScript library"),
person("FileSaver.js contributors", role = c("ctb", "cph"), comment = "FileSaver JavaScript library"))
Description: Allows the user to implement easily canvas elements within a 'shiny' app or an 'RMarkdown' document.
The user can create shapes, images and text elements within the canvas which can also be used as a drawing tool for taking notes.
The package relies on the 'fabricjs' 'JavaScript' library. See <http://fabricjs.com/>.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
htmltools,
glue
URL: https://github.com/feddelegrand7/fabricerin
BugReports: https://github.com/feddelegrand7/fabricerin/issues