What is SVG.js?
I cloned a repo that uses it for building guitar chord images.
It blew my mind when I saw someone open a .svg file into VS Code and instead of displaying the image it displayed the paths. I had no idea you could do that.
IMO, my guitar chords are visually “better” than what I see on other websites. I built my chords using Inkscape but when I brought an SVG version into VS Code the code was different - it was a bunch of Inkscape “junk”. I love the program but it is freeware.
Does only Illustrator create SVG files that are strictly paths and the other aspects of an SVG file, or can Affinity Designer do the same?
I have over 2500+ guitar chords to build! But if I could program the overall design with JS then I could build all my chords very quickly plus they could be queried by note, key, scale, or fret number.
I ask because I bought Affinity Designer but I don’t want to waste my time learning it if ONLY SVG files created with Illustrator can be manipulated. Or am I wrong and only SVG’s created with HTML can be manipulated? Here is an example of a chord I built with Inkscape:
Any thoughts on how to create this image only with HML, CSS, and JS? What exactly does SVG.js do?