Agamnentzar / ag-psd

Javascript library for reading and writing PSD files
Other
496 stars 66 forks source link

How to distinguish between a group and a layer in a layer array? #192

Closed 826327700 closed 2 months ago

826327700 commented 2 months ago

I couldn't find a field to represent a group or layer in children JSON

Agamnentzar commented 2 months ago

You can read about interpreting groups and layers of different types here: https://github.com/Agamnentzar/ag-psd/blob/master/README_PSD.md#layers-and-groups

826327700 commented 2 months ago

Ok,thanks!