The example is ```js const gp = new GradientPath({ path: document.querySelector('#gradient-path path'), ... ``` I'd like to write a Node.js program to generate SVGs locally, so there's no DOM. How can I still use this tool?