Agamnentzar / ag-psd

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

How to determine which effects in an effects object are checked #199

Closed 875908494 closed 1 month ago

875908494 commented 1 month ago

After I parse the psd to get the json, my text gradient overlay effect or shadow effect, etc., which property can i use to determine if the effect is enabled, so that I can add the correct effect to the text when I draw the canvas. Please help me thanks.

image image

875908494 commented 1 month ago

I found it