I want to draw Vectors that have a text in the middle on images, and be able to keep the text centered in the Vector

Is there any easy way to do it with SwiftUI? Or any helpful libraries for something similar?
I want to draw Vectors that have a text in the middle on images, and be able to keep the text centered in the Vector

Is there any easy way to do it with SwiftUI? Or any helpful libraries for something similar?
Copyright © 2021 Jogjafile Inc.
You can use a
Shapeto build the vector and then show it behind aTextlabel. Something like this: