When i try to find the text alignment in a text that is center, the output comes with "right"
artboard.layers.forEach((layer) => {
if(layer.type == "text"){
console.log(layer.style.alignment)
}
});
I tried with a text inside a symbol and without but always camea with right