首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何导入psd文件并在framerjs中生成图层

如何导入psd文件并在framerjs中生成图层
EN

Stack Overflow用户
提问于 2016-01-06 14:49:56
回答 1查看 572关注 0票数 1

我正在使用windows,我有我的psd文件。我想创建一个使用framerjs的交互式原型。我有atom文本编辑器,我已经从http://framerjs.com/static/downloads/Framer.zip下载了framerjs

现在如何导入设计文件,并使用窗口中的框架生成器生成层?

EN

回答 1

Stack Overflow用户

发布于 2016-01-19 13:57:13

从我在Framer工作室的经验来看,

我想你需要在psd文件打开的情况下运行Photoshop。

在Framer github - https://github.com/koenbok/Framer上找到以下文本

代码语言:javascript
复制
Framer Generator

With a Sketch or Photoshop file open, open Framer Generator and click Import. Only layer groups are imported; single layers are ignored. The hierarchy of your layer groups is respected.

You can safely move things around in Sketch or Photoshop and re-import. Generator will update the images and any changes in hierarchy, but leave your code intact. See our documentation for more.

Access any layer by its group name
Groups within groups will become subLayers
Groups with vector masks will become clipped layers
Group names should be unique (otherwise, they'll be renamed)
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34627240

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档