Using Node.js packages in QWidget C++ app?
-
I have a Qt 5.6-based QWidget C++ app and would like to use some Node.js libraries inside it (for example pass the QtSVG-generated SVGs through https://github.com/svg/svgo , which is JS-based). What would be the recommended strategy?