layer style no parser
heianxiyi opened this issue · 1 comments
heianxiyi commented
let nodeFX = node.get('objectEffects').data;
// data is not defined is the node has no fx options.
This property contains all the informations from the FX (also called blending options) from Photoshop. (e.g. Drop Shadow, Inner Shadow ...).
{
data: {
ebbl: [Object] // Bevel and Emboss
FrFX: [Object] // Stroke
IrSh: [Object] // Inner Shadow
IrGl: [Object] // Inner Glow
ChFX: [Object] // Satin
SoFi: [Object] // Color Overlay
GrFl: [Object] // Gradient Overlay
patternFill: [Object] // Pattern Overlay
OrGl: [Object] // Outer Glov
DrSh: [Object] // Drop Shadow
}
}
jcrisp88 commented
@heianxiyi just wanted to let you know that I have been successful in parsing the Photoshop effects and have been able to recreate the drop shadow effect so far, you can check out my demo
https://github.com/jcrisp88/PSDEffects-DropShadow/blob/main/README.md
Let me know if you need any help if you are still working on your project