Hello everyone,
I'm looking for a library that can be used with Nuxt/Vue to manipulate rather large and complex .svg files (typically an electrical circuit svg, like this one https://shorturl.at/MHQ09).
The aim would be to be able to :
- Manipulate elements of an existing SVG (change properties: colors, stroke, fill, etc.)
- Zoom in/out
- Move the SVG view in a draggable way.
What do you recommend?
Thanks for your help