Smako
How do I manipulate heavy SVG files?
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
9 replies
Typescript + Nodemon + Paths 🤯
Hello everyone,
I'm calling on the typescript “expert” because I'd like to understand how transpilation works using nodemon.
To explain, I have a project using
pnpm workspace
in which I have a file tsconfig.base.json
and packages/backend/tsconfig.json
.
In my backend, I use nodemon
file to develop.
When I run nodemon
I get the attached error even though the “paths” are present in the tsconfig file and the src/config/index
file exists.
Questions:
- Is my config consistent?
- Does it have anything to do with compilation options (these options are unclear to me)? :
“target”: “ESNext”
, “module”: “ESNext”
, “moduleResolution”: “Bundler”
Thanks for your help
1 replies