Answer the question
In order to leave comments, you need to log in
How to debug a plugin in node.js?
How to debug scripts in node.js ?
I need to shrink an svg image, I found a script for gulp, it compresses well, but it also deletes the id I need, there is a setting to disable deleting all identifiers, but then it shrinks badly. So I thought to modify the script (cleanupIDs.js ) to add saving some id with my modifier like "MyId_"
I want to see what objects are in what objects and how it works.
How to do it ?
I tried to run it as
svgo -debug Test1.svg -o test1.min.svg
(and set console.log inside the script, it will even work like that)
But it swears (for an unknown parameter) and returns nothing to the console.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question