Zverik / svg-resize

Resizes and frames an SVG image
29 stars 8 forks source link

Have no idea how to use this #3

Open W0NB0N opened 1 year ago

W0NB0N commented 1 year ago

I am not familiar with argument parser and so I have no idea how to use this. When I run it I just get an input field. Please help, I need to use this in a project.

smitty1eGH commented 2 weeks ago

@W0NB0N It's meant to be invoked as a command, like tar. Shebang it like a bash script, chmod +x, and invoke lie ./svg_resize [input] [output] -x 1000 -y 1000 ...and so forth