skeletonization-js
skeletonization-js copied to clipboard
Obtain path SVG from sksletonization points?
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?
Thank you Vlad