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) 218 B
const { initialize } = require('./utils/figmaClient.js'); const { _getApp,_getAppIamges } = require('./services/dropitServices.js'); module.exports = { initialize, getApp: _getApp, getAllImages: _getAppIamges };