UNPKG
figma-timelapse
Version:
latest (1.0.6)
1.0.6
1.0.5
Tool to create a timelapse of a Figma board
github.com/rieset/figma-timelapse
rieset/figma-timelapse
figma-timelapse
/
dist
/
timelapse.d.ts
10 lines
(9 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
TimelapseOptions
}
from
'./timelapse.model'
;
export
declare
class
Timelapse
{
private
s3;
private
figma;
private
options;
constructor
(
options
:
TimelapseOptions
);
init
():
Promise
<
void
>;
snapshot
():
Promise
<
string
|
null
>; }