# figma-exporter **Repository Path**: tony7/figma-exporter ## Basic Information - **Project Name**: figma-exporter - **Description**: figma的json导出器插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-26 - **Last Updated**: 2025-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 本地开发 ### 1. 新建插件工程 - 1764146968969 - 1764147005107 - 1764147040192 ### 2. 启动工程 - 安装依赖:pnpm install - 修改监听:pnpm run watch - 打包构建:pnpm run build ### 3. 调试本地插件 - 导入插件工程的manifest.json - 1764147163353 - 1764147193474 ### 注意📢 - 插件工程中使用了`@figma`的类型定义,需要在`tsconfig.json`中添加`"typeRoots": ["./node_modules/@types", "./node_modules/@figma"]` - manifest.json 中的 "id": "1575070127337210463", 这个id是插件工程的id,需要修改成自己的id;可以通过figma中创建新的插件工程获取id;