Skip to content

A Photoshop PSD file parser for NodeJS and browsers

Notifications You must be signed in to change notification settings

samccone/psd.js-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSD.js

A general purpose PSD parser written in Coffeescript. Based off of PSD.rb.

Runs in both NodeJS and the browser (using browserify).

Work in Progress

Usage

var PSD = require('psd');
var psd = PSD.fromFile("path/to/file.psd");
psd.parse();

console.log(psd.header.export());

About

A Photoshop PSD file parser for NodeJS and browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published