I see that p5js does not support SVG, but is there a known way to somehow extract data from an SVG file? Probably some library like Geomerative for Processing?
I am building an online tool and I want it to work with users’ SVGs. So tricks like parsing SVG with Processing and writing a list of vectors into a txt file will not work.