I'm working on a PaperJS project that involves numerous circles that can move independently. In addition to this, I would like each circle to have PointText at its center acting as a label.
However, instead of having to manually animate each label every time the parent circle moves, I am looking for a way to make them automatically move whenever their corresponding circle moves. Is this feasible, and if so, how can I achieve it?