Have tried several variations of addClassesToSVGElement (https://github.com/BohemianCoding/svgo-compressor#addclassestosvgelement) but have not been able to successfully add a class/classes with it.
Here is the actual code for reference:
{
"name": "addClassesToSVGElement",
"params": {
"className": "test",
"classNames": [
"test",
"another-test"
]
}
}
Thank you in advance!