./svg-to-ascii <svg filename> [<width> [<height>]]
Build it using bazel.build
bazel build //cc:svg-to-ascii
You'll find the built version at bazel-bin/cc/svg-to-ascii
bazel run //cc:svg-to-ascii --run_under="cd '$(pwd)' &&" -- test/1.svg 34 34
I don't intend on supporting this project it's mainly just a test for a game I'm building.