Skip to content

Commit

Permalink
Update layer_comps.js
Browse files Browse the repository at this point in the history
Fix require path
  • Loading branch information
CarlosRuizAscacibar committed Feb 3, 2016
1 parent 86b97f7 commit ec44dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/node/layer_comps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var PSD = require('../');
var PSD = require('../../');

PSD.open('./examples/images/example.psd').then(function (psd) {
console.log(psd.resources.resource('layerComps').export());
});
});

0 comments on commit ec44dce

Please sign in to comment.