psd.js
psd.js copied to clipboard
How to get the background color
hello, psd.js is so good ! And i have a problem,can i get the background color from the layer ?
Hey @meltingice I'm also wondering about this.
For example, I tried parsing this PSD and then accessing the solidColor of a shape:
var shape = psd.tree().childrenAtPath('Version B/Logo_Glyph');
shape.get('solidColor');
// => undefined
Any suggestions?
I have error "Cannot read property width of null"
+1
+1