-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.06 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
33
34
Package: figma
Type: Package
Title: Web Client/Wrapper to the 'Figma API'
Version: 0.2.0
Authors@R: person("Pedro", "Faria", role = c("aut", "cre", "cph"), email = "[email protected]")
Author: Pedro Faria [aut, cre, cph]
Maintainer: Pedro Faria <[email protected]>
URL: https://github.com/pedropark99/figma,
https://pedropark99.github.io/figma/
BugReports: https://github.com/pedropark99/figma/issues
Description: An easy-to-use web client/wrapper for the 'Figma API' <https://www.figma.com/developers/api>.
It allows you to bring all data from a 'Figma' file to your 'R' session. This includes the data of all objects
that you have drawn in this file, and their respective canvas/page metadata.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
httr (>= 1.4.1),
purrr (>= 0.3.3),
dplyr (>= 1.0.0),
tidyr (>= 1.0.0),
rlang (>= 1.0.0),
tibble (>= 3.0.5)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
usethis,
emoji,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 4.1)
Config/testthat/edition: 3