UNPKG
figma-api
Version:
latest (2.1.0-beta)
2.1.0-beta
2.0.2-beta
2.0.1-beta
2.0.0-beta
1.12.0
1.11.0
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.3
1.1.2
1.1.0
1.0.2
1.0.1
1.0.0
Thin typed wrapper around the Figma REST API
github.com/didoo/figma-api
didoo/figma-api
figma-api
/
lib
/
config.js
7 lines
(6 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
API_VER_WEBHOOKS
=
exports
.
API_VER
=
exports
.
API_DOMAIN
=
void
0
;
exports
.
API_DOMAIN
=
'https://api.figma.com'
;
exports
.
API_VER
=
'v1'
;
exports
.
API_VER_WEBHOOKS
=
'v2'
;