liuhuiashazj / node-psd-to-html

A convertor which converts .psd file to .html file in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About psd-to-html

It is a convertor which converts .psd file to .html file.

Install

npm is recommended to install psd-to-html:

npm install -g psd-to-html 

Run

Please see the help:

$ node path/to/psd-to-html/bin/psd-to-html --help
 Usage: node psd-to-html.js <input-psd-file>

   <input-psd-file>         Input .psd file
   -o, --output=OUTPUT      Output .html file
   -r, --res-dir=RES_DIR    Directory for saving resource files
   -b, --base-url=BASE_URL  Base URL for resource files
   -h, --help               display this help

About

A convertor which converts .psd file to .html file in node.js


Languages

Language:JavaScript 99.8%Language:Batchfile 0.2%