I am facing trouble exporting svg to png on Windows.
- Windows 10
- Node v12.13.1
- svgexport@0.4.0
Way to reproduce:
Powershell:
> npm i svgexport -g
... OK
> svgexport.cmd .\inputimage.svg outputimage.png
Error: Unable to load file (Error: net::ERR_INVALID_URL at file://C:%5CUsers%5Cjindr%5Cinputimage.svg): C:\Users\jindr\inputimage.svg
I am facing trouble exporting svg to png on Windows.
Way to reproduce:
Powershell: