https://github.com/dot123/psd2json
psd转json
https://github.com/dot123/psd2json
Last synced: over 1 year ago
JSON representation
psd转json
- Host: GitHub
- URL: https://github.com/dot123/psd2json
- Owner: dot123
- Created: 2019-10-14T19:12:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T10:06:26.000Z (over 4 years ago)
- Last Synced: 2025-02-07T13:48:23.677Z (over 1 year ago)
- Language: JavaScript
- Size: 2.66 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# psd2json
Convart PSD layout to JSON.


# Usage
在项目根目录下执行
```
$ npm install
```
将要解析的psd文件放到test/input目录
```
$ ./build.cmd
```