Here is something I am working on for #javascript #HTML5 #CSS3
The problem : You want to convert silhouettes from images to vectorial shapes for multiple
uses. Some of the silhouettes can be very complex.
The sample : I have created an algorithm to scan images and calculate all the contours
of the silhouettes. Then I paste an array containing the points of the contours in a text area
so you can use the vectorial data in other javascript projects.