Commit 020b9004 authored by Ryan LeFevre's avatar Ryan LeFevre

PSD README update

parent 064e5b9e
...@@ -4,7 +4,13 @@ ...@@ -4,7 +4,13 @@
A general purpose PSD parser written in Coffeescript. Based off of [PSD.rb](https://github.com/layervault/psd.rb). A general purpose PSD parser written in Coffeescript. Based off of [PSD.rb](https://github.com/layervault/psd.rb).
Runs in both NodeJS and the browser (using browserify). Runs in both NodeJS and the browser (using browserify). There are still some pieces missing that are present in PSD.rb, such as layer comp filtering, a built-in renderer, and many layer info blocks. The eventual goal is full feature parity with PSD.rb.
## Installation
Before installing from npm, you must install libpng, which is available on all popular package management systems. On OSX with homebrew, you can do `brew install libpng`.
Once your system is ready, simply add to your package.json dependencies or run `npm install psd`.
## Basic Usage ## Basic Usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment