I’m working on a JSX script to replicate a specific object
Hi! I’m working on a JSX script to replicate a specific object, and I’m having trouble understanding the dependencies between TextFrame and Oval objects.
What I’m trying to achieve is something similar to creating shape-bound text in Illustrator: for example, putting text inside a circle or oval shape. In Illustrator, this is usually done by drawing the shape (e.g., a circle) and then using the text tool to add text inside it.
I want to replicate this in code but I’m not sure how to handle the relationship between the TextFrame and the Oval objects. How can I achieve this effect in a JSX script?
Thanks!
Best Regard,
Amy
