piqnt / svgexport

SVG to PNG/JPEG command-line tool and Node.js module
927 stars 85 forks source link

convert path string to url #56

Open ReDreamport opened 6 years ago

ReDreamport commented 6 years ago

The input[0] will be open as an URL, not a path. For an URL, always use /. For an URL, it must be encoded for special characters.