UNPKG

figma-timelapse

Version:

Tool to create a timelapse of a Figma board

10 lines (9 loc) 256 B
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>; }