A way to draw a SpriteShape over an image

Amy ideas or leads to pursue will be appreciated.
Let’s say I have this png of yoshi,
8191443--1067877--upload_2022-6-9_12-50-19.png
Is there a way to draw a SpriteShape over his outline?
i.e. something like this (I drew it manually and gave up halfway through)
8191443--1067880--upload_2022-6-9_12-52-33.png

What do you want to achieve exactly? Why do you need a spriteshape in the shape of sprite?

Just so that you know you can automatically generate polygon in the shape of sprite when using tight outline mode for sprite (and tweak it either using the slider or manually adjusting points) . Depending on your needs this shape can also be used as physics colider or you can write script which reads the polygon vertices and does whatever you what with them. You could even write a script which create SpriteShape using coordinates from sprite outline shape. If you want some kind of image in the shape of other sprite but with different filler, you could use shaders for that instead of recreating shape with SpriteShape.