UNPKG

figma-timelapse

Version:

Tool to create a timelapse of a Figma board

8 lines (7 loc) 208 B
/// <reference types="node" /> export interface FileByUrl { length: number; data: Buffer; mimetype: string; } export declare const getFileByUrl: (url: string | null) => Promise<FileByUrl | null>;