Hello!
I’m trying to recover the letterSpacing value of a TextNode through PluginAPI. I’ve set some of my TextNodes to have a letterSpacing of 0.16px and others to 0.45px and I want to get that value in my Plugin.
However, every TextNode, those which have a modified letterSpacing and those which don’t have this value inside ‘letterSpacing’:
letterSpacing: {
unit: “PERCENT”
value: 1
}
Is there any other way of getting letterSpacing? I’ve checked and I’m retrieving the correct nodes.