Commit 691412d9 authored by Ryan LeFevre's avatar Ryan LeFevre

Fix conflict

parents 0e2b1005 01ab497b
<<<<<<< HEAD
# PSD.js
A general purpose PSD parser written in Coffeescript. Based off of [PSD.rb](https://github.com/layervault/psd.rb).
......
var PSD = require('../');
psd = PSD.fromFile('/Users/ryanlefevre/LayerVault/Pillocks/Welcome Email.psd');
psd = PSD.fromFile('./examples/images/example.psd');
psd.parse();
console.log(psd.header.export());
......
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