logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aasvg - Convert ASCII art diagrams to SVG

Description

       Turn ASCII art into SVG

       --disable-text
              Disable simple text

       --grid Draw a grid (debugging)

       --spaces=<n>
              Split text after <n> spaces [default: 2] (0 means place every character separately)

       --stretch
              Stretch text to better fit it (use with --spaces > 0; uses advanced SVG)

       --fill Omit width and height attributes

       --width=<n>
              Set the viewbox width to <n> characters

       --height=<n>
              Set the viewbox height to <n> characters

       --backdrop
              Draw a backdrop

       --source
              Draw an overlay with source text

       --<attr>=<value>
              Set SVG attribute <attr> to <value>

       --version
              Show the version and exit

aasvg 0.3.2                                       January 2023                                          AASVG(1)

Name

       aasvg - Convert ASCII art diagrams to SVG

Synopsis

aasvg [options] <<text>><svg>

See Also