Commit aac003e4 authored by Ryan LeFevre's avatar Ryan LeFevre

Add build status badge

parent 2b34c6fa
# PSD.js # PSD.js
[![Build Status](https://travis-ci.org/meltingice/psd.js.svg?branch=master)](https://travis-ci.org/meltingice/psd.js)
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).
...@@ -14,4 +16,4 @@ var psd = PSD.fromFile("path/to/file.psd"); ...@@ -14,4 +16,4 @@ var psd = PSD.fromFile("path/to/file.psd");
psd.parse(); psd.parse();
console.log(psd.header.export()); console.log(psd.header.export());
``` ```
\ No newline at end of file
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