You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
First, congratulations on some incredible algorithms.
I want to use the skeletonization to draw SVG paths (stroke effect) animated.
To do this, I was using autotrace centerline tracing. Unfortunately it has limits and it does not track small dots for example.
Is it possible to use skeletonizaiton-js to obtain svg paths (with curves and everything)?
DO you have any suggestions on how I could implement this?