UNPKG

dropit-figma

Version:

DropIT: A seamless design-to-code solution that integrates with the Figma API to fetch and structure design data, including pages, screens, styles, and images, for streamlined development workflows.

8 lines (7 loc) 112 B
const AppSkeleton = { name: null, screens: [], styles: [], images: [] } export { AppSkeleton };